]> git.marmaro.de Git - mmh/blobdiff - h/fmt_scan.h
Removed the space between function names and the opening parenthesis.
[mmh] / h / fmt_scan.h
index f65dab1c87f3d5628b0c8856525bbdc5f0b53025..96acd562dc5d075ba677205bcde0e9c01d24a551 100644 (file)
@@ -87,6 +87,6 @@ struct format {
 /*
 ** prototypes
 */
 /*
 ** prototypes
 */
-struct format *fmt_scan (struct format *, char *, int, int *);
-char *new_fs (char *, char *, char *);
-int fmt_compile (char *, struct format **);
+struct format *fmt_scan(struct format *, char *, int, int *);
+char *new_fs(char *, char *, char *);
+int fmt_compile(char *, struct format **);