Removed unnecessary prototypes.
authormarkus schnalke <meillo@marmaro.de>
Wed, 8 Feb 2012 19:18:32 +0000 (20:18 +0100)
committermarkus schnalke <meillo@marmaro.de>
Wed, 8 Feb 2012 19:18:32 +0000 (20:18 +0100)
h/prototypes.h
sbr/addrsbr.c
sbr/fmt_compile.c
uip/rcvtty.c
uip/send.c

index 4d93d9b..cd282b0 100644 (file)
@@ -136,14 +136,6 @@ 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
 */
 int annotate(char *, char *, char *, int, int, int, int);
index c1e937f..42742d2 100644 (file)
@@ -72,11 +72,8 @@ static char *note = NULL;
 static char err[BUFSIZ];
 static char adr[BUFSIZ];
 
-
-/*
-** external prototypes
-*/
-char *getusername(void);
+/* static prototype */
+char *OfficialName(char *);
 
 
 char *
index ef6e879..797c192 100644 (file)
@@ -191,11 +191,6 @@ static unsigned char *usr_fstring;  /* for CERROR */
 #define CERROR(str) compile_error(str, cp)
 
 /*
-** external prototypes
-*/
-extern char *getusername(void);
-
-/*
 ** static prototypes
 */
 static struct ftable *lookup(char *);
index ecdbbcf..86066ed 100644 (file)
@@ -69,11 +69,6 @@ static char *form = NULL;
 static char *format = NULL;
 
 /*
-** external prototypes
-*/
-char *getusername(void);
-
-/*
 ** static prototypes
 */
 static RETSIGTYPE alrmser(int);
index a79e34f..2cf9757 100644 (file)
@@ -463,7 +463,7 @@ attach(char *draft_file_name)
                        }
                }
                if (has_body && non_ascii) {
-                       break;  /* that's been already enough information +/
+                       break;  /* that's been already enough information */
                }
        }