X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/92128dacf8d5db02379e8f872dc50d31c6aaa55f..3e4f493e89d831b319c585b3222004ffca5669f7:/h/fmt_scan.h diff --git a/h/fmt_scan.h b/h/fmt_scan.h index 2bcc265f..5f659d4c 100644 --- a/h/fmt_scan.h +++ b/h/fmt_scan.h @@ -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: *