]> diplodocus.org Git - nmh/commitdiff
prototypes.h: Delete duplicate prototypes.
authorRalph Corderoy <ralph@inputplus.co.uk>
Thu, 2 Nov 2017 02:21:55 +0000 (02:21 +0000)
committerRalph Corderoy <ralph@inputplus.co.uk>
Thu, 2 Nov 2017 02:23:28 +0000 (02:23 +0000)
Those that already appear in other header files.

h/prototypes.h
sbr/message_id.c
uip/rcvtty.c

index b56a6e271a6e4496839cb58bf7750669adf4c8f3..f4fb375ccb92fb9f71868558dd647359fb2cd97f 100644 (file)
@@ -181,7 +181,6 @@ void m_unknown(m_getfld_state_t *, FILE *);
 void m_unknown2(m_getfld_state_t *);
 
 char *nmh_getpass(const char *);
-char *new_fs (char *, char *, char *);
 char *path(char *, int);
 int pidwait (pid_t, int);
 int pidstatus (int, FILE *, char *);
@@ -297,20 +296,12 @@ int vfgets (FILE *, char **);
 char *write_charset_8bit (void);
 
 
-/*
- * some prototypes for address parsing system
- * (others are in addrsbr.h)
- */
-char *LocalName(int);
-char *SystemName(void);
-
 /*
  * prototypes for some routines in uip
  */
 int annotate (char *, char *, char *, bool, bool, int, bool);
 void annolist(char *, char *, char *, int);
 void annopreserve(int);
-void m_pclose(void);
 int mhl(int, char **);
 int mhlsbr(int, char **, FILE *(*)(char *));
 int distout (char *, char *, char *);
index ab697044c978c060fd2f2e6dcd36ae373a1b1668..0075ca80ae6d4a72d1b90816e8121d1b91a15b42 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include <h/mh.h>
+#include "h/mts.h"
 #include "m_rand.h"
 #include "message_id.h"
 #include <sys/time.h>  /* for gettimeofday() */
index 0e6944ec88a85fbd93561853ca51ae7ccaa02870..5f3dd43071849ded7bc6e6d8cc4cee4a8c29c88f 100644 (file)
@@ -15,6 +15,7 @@
 #include <setjmp.h>
 #include <h/rcvmail.h>
 #include <h/scansbr.h>
+#include <h/fmt_scan.h>
 #include <h/tws.h>
 #include <h/mts.h>
 #include "h/done.h"