X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmf.h;h=a39689d53c96b5c513f4cedc09a6c5a42e17574e;hp=b5a789236308ab54af7324071b871636428e0e57;hb=d4bcca1aa235370bc20bc2734c0cd6f700b17871;hpb=ced6090a330d3d83d0bce709f756aa3d7d65fea4 diff --git a/h/mf.h b/h/mf.h index b5a7892..a39689d 100644 --- a/h/mf.h +++ b/h/mf.h @@ -2,8 +2,6 @@ ** mf.h -- include file for mailbox filters */ -#include - #ifndef TRUE # define TRUE 1 #endif @@ -24,19 +22,6 @@ # define DONE 1 #endif -#define LINESIZ 512 - -#define MBXMODE 0600 -#define TMPMODE 0600 - -#define OWIDTH 75 /* length of a header line */ - -#define HFROM 1 /* header has From: component */ -#define HSNDR 2 /* header has Sender: component */ -#define HADDR 3 /* header has address component */ -#define HDATE 4 /* header has Date: component */ -#define HOTHR 5 /* header is unimportant */ - struct adrx { char *text; @@ -52,21 +37,7 @@ struct adrx { /* -** Codes returned by uucp2mmdf(), mmdf2uucp() -*/ -#define MFOK 0 /* all went well */ -/* remaining codes must > DONE */ -#define MFPRM 2 /* bad parameter */ -#define MFSIO 3 /* stdio package went screwy */ -#define MFROM 4 /* from line was bad */ -#define MFHDR 5 /* headers were bad */ -#define MFTXT 6 /* text was bad */ -#define MFERR 7 /* I/O or system error */ -#define MFDLM 8 /* Bad delimiter in MMDF file */ - - -/* ** prototypes */ -char *legal_person (char *); -struct adrx *getadrx (char *); +char *legal_person(char *); +struct adrx *getadrx(char *);