summaryrefslogtreecommitdiff
path: root/include/apr_fnmatch.h
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-07-08 17:41:25 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-07-08 17:41:25 +0000
commit4f04b8624cce9db2efe1f82f4f2a6fc5dddb84f9 (patch)
treefd622854416377b179abc4612d3bd2195baf4a92 /include/apr_fnmatch.h
parentfd5e3cc812e4e25eea1ce09fe7d6f4f88204bca1 (diff)
downloadlibapr-4f04b8624cce9db2efe1f82f4f2a6fc5dddb84f9.tar.gz
Rename to apr_fnmatch_test
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63589 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_fnmatch.h')
-rw-r--r--include/apr_fnmatch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/apr_fnmatch.h b/include/apr_fnmatch.h
index 0e2f4db9b..48fc4d9e7 100644
--- a/include/apr_fnmatch.h
+++ b/include/apr_fnmatch.h
@@ -83,6 +83,9 @@ APR_DECLARE(apr_status_t) apr_fnmatch(const char *pattern,
* @param pattern The pattern to search for glob characters.
* @return non-zero if pattern has any glob characters in it
*/
+APR_DECLARE(int) apr_fnmatch_test(const char *pattern);
+
+/** @deprecated @see apr_fnmatch_test */
APR_DECLARE(int) apr_is_fnmatch(const char *pattern);
#ifdef __cplusplus