Removed any knowledge of a screen length from mhl.
[mmh] / h / addrsbr.h
index 9aaabd5..5e19b78 100644 (file)
@@ -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 */
@@ -26,14 +26,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 *);