X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Faddrsbr.h;h=a86a90dfe4c51d898dc086a8470250b5fe79ff0a;hb=75fca31a5b9d5c1a99c74ab14c94438d8852fba9;hp=7c997f669cbadc0a3f398f2004654162cd17e1a5;hpb=b067ff5c465a5d243ce5a19e562085a9a1a97215;p=mmh diff --git a/h/addrsbr.h b/h/addrsbr.h index 7c997f6..a86a90d 100644 --- a/h/addrsbr.h +++ b/h/addrsbr.h @@ -1,12 +1,11 @@ /* - * 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 */ #define AD_NAME AD_NHST /* AD_HOST is TOO slow */ -#define UUCPHOST (-1) #define LOCALHOST 0 #define NETHOST 1 #define BADHOST 2 @@ -28,8 +27,8 @@ struct mailname { /* - * prototypes - */ +** prototypes +*/ void mnfree(struct mailname *); int ismymbox(struct mailname *); char *getname(char *);