int strncasecmp(const char *s1, const char *s2, size_t n);
-/*
-** 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
*/
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 char *form = NULL;
static char *format = NULL;
-/*
-** external prototypes
-*/
-char *getusername(void);
-
/*
** static prototypes
*/
}
}
if (has_body && non_ascii) {
- break; /* that's been already enough information +/
+ break; /* that's been already enough information */
}
}