]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Eliminate compile warning on Windows
authorBill Stoddard <stoddard@apache.org>
Fri, 21 Apr 2000 19:52:34 +0000 (19:52 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 21 Apr 2000 19:52:34 +0000 (19:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85010 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index bdea38affdac2f78a6d2f423b35d3b2685f17e9b..1e9b63ed27decea8ddd84fd582324c2bb2d4912a 100644 (file)
@@ -964,7 +964,7 @@ int strcasecmp(const char *a, const char *b);
 #endif
 
 #ifndef HAVE_STRNCASECMP
-int strncasecmp(const char *a, const char *b, int n);
+int strncasecmp(const char *a, const char *b, size_t n);
 #endif
 
 /* Regexes */