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