diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-07-23 17:31:08 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-07-23 17:31:08 +0000 |
commit | 7ae4215a3ea7c664d2d707e9d9a276c371bb5009 (patch) | |
tree | e548ed0cc0ff286ef48c452a64092d337725e213 /strings/apr_strnatcmp.c | |
parent | ec723d5275e14cfc1bf69c07692e58b64828599a (diff) | |
download | libapr-7ae4215a3ea7c664d2d707e9d9a276c371bb5009.tar.gz |
Remove apr_strnatcmp.h. All of the functions prototyped in this file
have been moved to apr_strings.h. This also modifes Apache to include
apr_strings.h instead of apr_strnatcmp.h
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60427 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'strings/apr_strnatcmp.c')
-rw-r--r-- | strings/apr_strnatcmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/apr_strnatcmp.c b/strings/apr_strnatcmp.c index ea29fd177..8eeaf41cd 100644 --- a/strings/apr_strnatcmp.c +++ b/strings/apr_strnatcmp.c @@ -25,7 +25,7 @@ #include <assert.h> #include <stdio.h> -#include "apr_strnatcmp.h" +#include "apr_strings.h" #if defined(__GNUC__) # define UNUSED __attribute__((__unused__)) |