X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=7e772e0201c42deb3e499897fb7aacba87b95efa;hp=21c15a74637ad6c9cd7c4db49d50373f9a0df358;hb=d2f12554a254e814dcdafb3828fc0d9936154eef;hpb=6630f05d0a6d631c9ed2edfef9951df892287794 diff --git a/h/prototypes.h b/h/prototypes.h index 21c15a7..7e772e0 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); @@ -138,13 +137,9 @@ int snprintf (char *, size_t, const char *, ...); int vsnprintf (char *, size_t, const char *, va_list); #endif -int strcasecmp (const char *s1, const char *s2); +int mh_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 @@ -159,10 +154,11 @@ char *OfficialName(char *); */ int annotate (char *, char *, char *, int, int, int, int); void annolist(char *, char *, char *, int); +void annopreserve(int); int distout (char *, char *, char *); void replout (FILE *, char *, char *, struct msgs *, int, int, char *, char *, char *); -int sendsbr (char **, int, char *, struct stat *, int, char *); +int sendsbr (char **, int, char *, struct stat *, int, char *, int); int what_now (char *, int, int, char *, char *, int, struct msgs *, char *, int, char *);