]> diplodocus.org Git - nmh/blobdiff - h/fmt_scan.h
Fix to commit 84932d0a96c79bfb2f0384ebab806dc51a35f600 to
[nmh] / h / fmt_scan.h
index 2bcc265f242b2594c76127eabfe2d52f9cab855b..5f659d4cf0d633ba45ed6ba8b61d311c2e42ebaf 100644 (file)
@@ -114,6 +114,12 @@ struct fmt_callbacks {
 
 char *new_fs (char *form, char *format, char *default_fs);
 
+/*
+ * Free memory allocated by new_fs().  It allocates to a static so
+ * no argument is necessary.
+ */
+void free_fs ();
+
 /*
  * Compile a format string into a set of format instructions.  Arguments are:
  *