X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Ffmt_scan.h;h=eec967edccfc5978a6a8a32da5e7f2c055eee454;hp=713c89b265f51a0ac2350e8dcff6073ccbb1ccaf;hb=ee8d01d64e8832304256de53db07228e2be67f6a;hpb=a0b824f146a18ad99633addede9e81a470d4cb59 diff --git a/h/fmt_scan.h b/h/fmt_scan.h index 713c89b..eec967e 100644 --- a/h/fmt_scan.h +++ b/h/fmt_scan.h @@ -5,7 +5,7 @@ /* ** This structure describes an "interesting" component. It holds ** the name & text from the component (if found) and one piece of -** auxilary info. The structure for a particular component is located +** auxiliary info. The structure for a particular component is located ** by (open) hashing the name and using it as an index into the ptr array ** "wantcomp". All format entries that reference a particular component ** point to its comp struct (so we only have to do component specific @@ -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 *);