X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Faddrsbr.h;h=5e19b7881eadcc34efe83bc07fe74d43a0c52dd8;hb=aa2b40c1486629abb9cc4628f38f0ce88be05ed6;hp=7c997f669cbadc0a3f398f2004654162cd17e1a5;hpb=b067ff5c465a5d243ce5a19e562085a9a1a97215;p=mmh diff --git a/h/addrsbr.h b/h/addrsbr.h index 7c997f6..5e19b78 100644 --- a/h/addrsbr.h +++ b/h/addrsbr.h @@ -1,6 +1,6 @@ /* - * addrsbr.h -- definitions for the address parsing system - */ +** addrsbr.h -- definitions for the address parsing system +*/ #define AD_HOST 1 /* getm(): lookup official hostname */ #define AD_NHST 0 /* getm(): do not lookup official name */ @@ -28,8 +28,8 @@ struct mailname { /* - * prototypes - */ +** prototypes +*/ void mnfree(struct mailname *); int ismymbox(struct mailname *); char *getname(char *);