X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Faddrsbr.h;h=5e19b7881eadcc34efe83bc07fe74d43a0c52dd8;hp=7c997f669cbadc0a3f398f2004654162cd17e1a5;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 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 *);