]> git.marmaro.de Git - mmh/commitdiff
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 4d93d9b3bffe4f2190c01e6da7fd3088120e5bf5..cd282b0fe74102b3c9464796100779afa9fb2239 100644 (file)
@@ -135,14 +135,6 @@ int mh_strcasecmp(const char *s1, const char *s2);
 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
 */
index c1e937f0a97962a97e34f362e21f04a1144f22be..42742d296b3debe590a7ef61e894556ede7a324a 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 ef6e879492e1ac1e7aefc40c7bce194ede3835ef..797c192ad05fedfba1be8365d7b8da236d1b0ca0 100644 (file)
@@ -190,11 +190,6 @@ static unsigned char *usr_fstring;  /* for CERROR */
 
 #define CERROR(str) compile_error(str, cp)
 
-/*
-** external prototypes
-*/
-extern char *getusername(void);
-
 /*
 ** static prototypes
 */
index ecdbbcfb899ac1c6aa2fe9cfdc7a5f2d35c8a98c..86066ed58fcc59352e2898c90d57906c94b8a73d 100644 (file)
@@ -68,11 +68,6 @@ static int width = 0;
 static char *form = NULL;
 static char *format = NULL;
 
-/*
-** external prototypes
-*/
-char *getusername(void);
-
 /*
 ** static prototypes
 */
index a79e34fe7954fabae9bbc66d1b568deaf170e9c3..2cf9757683a14817421407d7735a7f7076818c44 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 */
                }
        }