X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8563731b02ce9d750806f6b1769af8b399d964e8..e66e25ec491d0fb3df708000d8494b4d598f0263:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 59841a22..4b5a0b8f 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