Augmented new_fs() with an additional argument for a default form.
[mmh] / h / fmt_scan.h
index 38e2793..713c89b 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 **);