]> diplodocus.org Git - nmh/blobdiff - h/prototypes.h
Accidentally checked in configure with older date than configure.in, but I
[nmh] / h / prototypes.h
index 59841a22ec3f4d801bfffd01f1c16c41a59ef5fa..4b5a0b8f948fcf00820d2e1f0ee218eedf6b49a8 100644 (file)
@@ -129,11 +129,14 @@ int get_returnpath (char *, int, char *, int);
 /*
  * prototypes for compatibility functions in library
  */
 /*
  * 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 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
 #ifndef HAVE_STRERROR
 char *strerror (int);
 #endif