X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=4b5a0b8f948fcf00820d2e1f0ee218eedf6b49a8;hb=c466879717f7cc03e987c5fc5fc5f1c9cb522c66;hp=59841a22ec3f4d801bfffd01f1c16c41a59ef5fa;hpb=8563731b02ce9d750806f6b1769af8b399d964e8;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 59841a2..4b5a0b8 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -129,11 +129,14 @@ int get_returnpath (char *, int, char *, int); /* * prototypes for compatibility functions in library */ -#ifndef HAVE_SNPRINTF +#ifndef HAVE_SNPRINTF_PROTOTYPE 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 strncasecmp (const char *s1, const char *s2, size_t n); + #ifndef HAVE_STRERROR char *strerror (int); #endif