packf prints to stdout now.
[mmh] / sbr / addrsbr.c
index 4cc0006..42742d2 100644 (file)
@@ -72,14 +72,8 @@ static char *note = NULL;
 static char err[BUFSIZ];
 static char adr[BUFSIZ];
 
-
-extern boolean  username_extension_masquerading;  /* defined in mts.c */
-
-
-/*
-** external prototypes
-*/
-char *getusername(void);
+/* static prototype */
+char *OfficialName(char *);
 
 
 char *
@@ -469,7 +463,6 @@ local_test: ;
 ** everything is a valid host, and let SendMail worry about it.
 */
 
-#include <h/mts.h>
 #include <netdb.h>