X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=de57cb8ee2a3ea8d814fd427db0768c15278baf9;hp=fe41962a4da241114cdc31ded9fec16776cabdb9;hb=fb49dd82ec42997b9df97f221c920f6596102c0a;hpb=d9b1d57351d104d7ec1a5621f090657dcce8cb7f diff --git a/h/prototypes.h b/h/prototypes.h index fe41962..de57cb8 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -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