X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Faddrsbr.h;h=a86a90dfe4c51d898dc086a8470250b5fe79ff0a;hp=9aaabd5888357ccd631e949d08d15119d2a805aa;hb=83e04675b53374a1436029a367283d6d4ee05a07;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1 diff --git a/h/addrsbr.h b/h/addrsbr.h index 9aaabd5..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 @@ -26,14 +25,12 @@ struct mailname { char *m_note; }; -#define adrformat(m) auxformat ((m), 1) /* - * prototypes - */ +** prototypes +*/ void mnfree(struct mailname *); int ismymbox(struct mailname *); char *getname(char *); -char *adrsprintf(char *, char *); -char *auxformat(struct mailname *, int); +char *adrformat(struct mailname *); struct mailname *getm(char *, char *, int, int, char *);