]> diplodocus.org Git - nmh/blobdiff - h/prototypes.h
* uip/post.c, uip/spost.c: Move the uptolow macro from spost.c to post.c
[nmh] / h / prototypes.h
index fe41962a4da241114cdc31ded9fec16776cabdb9..de57cb8ee2a3ea8d814fd427db0768c15278baf9 100644 (file)
@@ -25,7 +25,6 @@ char *etcpath(char *);
 /*
  * prototypes from the nmh subroutine library
  */
-char *add (char *, char *);
 void adios (char *, char *, ...);
 void admonish (char *, char *, ...);
 void advertise (char *, char *, char *, va_list);
@@ -141,10 +140,6 @@ int vsnprintf (char *, size_t, const char *, va_list);
 int strcasecmp (const char *s1, const char *s2);
 int strncasecmp (const char *s1, const char *s2, size_t n);
 
-#ifndef HAVE_STRERROR
-char *strerror (int);
-#endif
-
 
 /*
  * some prototypes for address parsing system