/*
-** some prototypes for address parsing system
-** (others are in addrsbr.h)
-*/
-char *LocalName(void);
-char *SystemName(void);
-char *OfficialName(char *);
-
-/*
** prototypes for some routines in uip
*/
int annotate(char *, char *, char *, int, int, int, int);
static char err[BUFSIZ];
static char adr[BUFSIZ];
-
-/*
-** external prototypes
-*/
-char *getusername(void);
+/* static prototype */
+char *OfficialName(char *);
char *
#define CERROR(str) compile_error(str, cp)
/*
-** external prototypes
-*/
-extern char *getusername(void);
-
-/*
** static prototypes
*/
static struct ftable *lookup(char *);
static char *format = NULL;
/*
-** external prototypes
-*/
-char *getusername(void);
-
-/*
** static prototypes
*/
static RETSIGTYPE alrmser(int);
}
}
if (has_body && non_ascii) {
- break; /* that's been already enough information +/
+ break; /* that's been already enough information */
}
}