X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmf.h;h=a39689d53c96b5c513f4cedc09a6c5a42e17574e;hp=7fd5ef5eb0a23fdab166958e6ff444f00e2e39dd;hb=d4bcca1aa235370bc20bc2734c0cd6f700b17871;hpb=b067ff5c465a5d243ce5a19e562085a9a1a97215 diff --git a/h/mf.h b/h/mf.h index 7fd5ef5..a39689d 100644 --- a/h/mf.h +++ b/h/mf.h @@ -1,8 +1,6 @@ /* - * mf.h -- include file for mailbox filters - */ - -#include +** mf.h -- include file for mailbox filters +*/ #ifndef TRUE # define TRUE 1 @@ -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 *); +** prototypes +*/ +char *legal_person(char *); +struct adrx *getadrx(char *);