Commit 20b9fd97 authored by Bill Stoddard's avatar Bill Stoddard
Browse files

Eliminate compile warning on Windows


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85010 13f79535-47bb-0310-9956-ffa450edef68
parent f24818ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */