X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=7e772e0201c42deb3e499897fb7aacba87b95efa;hb=d261673d3ca54ac161c9019e52693e2fe4dcb3cc;hp=d53d663027c5fde25435c799461e269f2839ec5e;hpb=9a33ff618b5901a3af815650d4b84d39ee96e529;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index d53d663..7e772e0 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -137,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 @@ -162,7 +158,7 @@ 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 *);