From: Bill Stoddard Date: Fri, 21 Apr 2000 19:52:34 +0000 (+0000) Subject: Eliminate compile warning on Windows X-Git-Tag: APACHE_2_0_ALPHA_3~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f381e50309840b40a82156d2a7fabf25bad8ce1;p=thirdparty%2Fapache%2Fhttpd.git Eliminate compile warning on Windows git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85010 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index bdea38affda..1e9b63ed27d 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -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 */