]> granicus.if.org Git - apache/commitdiff
Remove apr_strnatcmp.h. All of the functions prototyped in this file
authorRyan Bloom <rbb@apache.org>
Sun, 23 Jul 2000 17:31:08 +0000 (17:31 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 23 Jul 2000 17:31:08 +0000 (17:31 +0000)
have been moved to apr_strings.h.  This also modifes Apache to include
apr_strings.h instead of apr_strnatcmp.h

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85872 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_autoindex.c

index 84435b3d83387b95f46f5831eb7ed8705d7122cf..1ba868966766a90b3aa41cfa9c7c95b25fc3e191 100644 (file)
@@ -77,7 +77,7 @@
 #include "http_main.h"
 #include "util_script.h"
 #include "apr_fnmatch.h"
-#include "apr_strnatcmp.h"
+#include "apr_strings.h"
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif