]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Have to walk it back, but somewhere along the way, I missed a critical edit
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 9 Jun 2016 02:40:08 +0000 (02:40 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 9 Jun 2016 02:40:08 +0000 (02:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747483 13f79535-47bb-0310-9956-ffa450edef68

server/util.c

index a80c0ecfaba1d7569497f1b159dcbc24b0e26727..aab831153295d2013d11682e2a7866cee1be0401 100644 (file)
@@ -3316,7 +3316,7 @@ static const short ucharmap[] = {
 };
 #endif
 
-AP_DECLARE(int) ap_cstr_casecmpn(const char *s1, const char *s2)
+AP_DECLARE(int) ap_cstr_casecmp(const char *s1, const char *s2)
 {
     const unsigned char *str1 = (const unsigned char *)s1;
     const unsigned char *str2 = (const unsigned char *)s2;