summaryrefslogtreecommitdiff
path: root/include/apr_fnmatch.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>1999-08-31 05:32:53 +0000
committerRyan Bloom <rbb@apache.org>1999-08-31 05:32:53 +0000
commitd8bb029e1606cec52af7ed92e37e0af4ce03e364 (patch)
treeb0538e9e29dff02e4e52005cc29b8007cdf9748c /include/apr_fnmatch.h
parenta51b4dac38899a3c43f003f1bc2de7136f811409 (diff)
downloadapr-d8bb029e1606cec52af7ed92e37e0af4ce03e364.tar.gz
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
check this out tomorrow and make sure everything was checked in correctly. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59183 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_fnmatch.h')
-rw-r--r--include/apr_fnmatch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_fnmatch.h b/include/apr_fnmatch.h
index ba194c303..1b28b1923 100644
--- a/include/apr_fnmatch.h
+++ b/include/apr_fnmatch.h
@@ -53,9 +53,9 @@ extern "C" {
#define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
#define FNM_PERIOD 0x04 /* Period must be matched by period. */
/* This flag is an Apache addition */
-#define FNM_CASE_BLIND 0x08 /* Compare characters case-insensitively. */
+#define FNM_CASE_BLIND 0x08 /* Compare characters case ap_context_t nsensitively. */
-API_EXPORT(int) apr_fnmatch(const char *pattern, const char *strings,
+API_EXPORT(int) ap_fnmatch(const char *pattern, const char *strings,
int flags);
/* this function is an Apache addition */