]> git.marmaro.de Git - mmh/blobdiff - h/fmt_scan.h
Replaced open_form() with new_fs() for the last time and dropped the function.
[mmh] / h / fmt_scan.h
index 38e27934be1680235e6a7787f70891a04373b61d..713c89b265f51a0ac2350e8dcff6073ccbb1ccaf 100644 (file)
@@ -88,5 +88,5 @@ struct format {
 ** prototypes
 */
 struct format *fmt_scan(struct format *, char *, int, int *);
-char *new_fs(char *, char *, char *);
+char *new_fs(char *, char *, char *, char *);
 int fmt_compile(char *, struct format **);