simplify whatnow.c/main() function
[mmh] / h / fmt_scan.h
index 713c89b..d7f43af 100644 (file)
@@ -16,7 +16,7 @@ struct comp {
        char *c_text;         /* component text (if found)      */
        struct comp *c_next;  /* hash chain linkage             */
        short c_flags;        /* misc. flags (from fmt_scan)    */
-       short c_type;         /* type info   (from fmt_compile) */
+       short c_type;         /* type info (from fmt_compile)   */
        union {
                struct tws *c_u_tws;
                struct mailname *c_u_mn;
@@ -88,5 +88,5 @@ struct format {
 ** prototypes
 */
 struct format *fmt_scan(struct format *, char *, int, int *);
-char *new_fs(char *, char *, char *, char *);
 int fmt_compile(char *, struct format **);
+char *formataddr(char *, char *);