X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Ffmt_scan.h;h=d7f43af0d4452c37cb6998fc0bcd77b49105b394;hb=0347722f5b69de06a867b73ddc23388d082ab219;hp=38e27934be1680235e6a7787f70891a04373b61d;hpb=d3ba09a465cb0e5fc9a74d0b152a7ed965f895cb;p=mmh diff --git a/h/fmt_scan.h b/h/fmt_scan.h index 38e2793..d7f43af 100644 --- a/h/fmt_scan.h +++ b/h/fmt_scan.h @@ -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 *); int fmt_compile(char *, struct format **); +char *formataddr(char *, char *);