X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmf.h;h=b5a789236308ab54af7324071b871636428e0e57;hp=7fd5ef5eb0a23fdab166958e6ff444f00e2e39dd;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/h/mf.h b/h/mf.h index 7fd5ef5..b5a7892 100644 --- a/h/mf.h +++ b/h/mf.h @@ -1,6 +1,6 @@ /* - * mf.h -- include file for mailbox filters - */ +** mf.h -- include file for mailbox filters +*/ #include @@ -52,8 +52,8 @@ struct adrx { /* - * Codes returned by uucp2mmdf(), mmdf2uucp() - */ +** Codes returned by uucp2mmdf(), mmdf2uucp() +*/ #define MFOK 0 /* all went well */ /* remaining codes must > DONE */ #define MFPRM 2 /* bad parameter */ @@ -66,7 +66,7 @@ struct adrx { /* - * prototypes - */ +** prototypes +*/ char *legal_person (char *); struct adrx *getadrx (char *);