summaryrefslogtreecommitdiff
path: root/strmatch
diff options
context:
space:
mode:
authorBojan Smojver <bojan@apache.org>2009-07-16 04:52:56 +0000
committerBojan Smojver <bojan@apache.org>2009-07-16 04:52:56 +0000
commita8a38fa8c6aee51481b3f93ebc6c0a7dbc385191 (patch)
tree0c1c98ecda582dad96c430c26da47dc11375a87e /strmatch
parentca371098d7183a23cea08a7605d9a95926864a0a (diff)
downloadapr-a8a38fa8c6aee51481b3f93ebc6c0a7dbc385191.tar.gz
Convert various APU_DECLARE into APR_DECLARE.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@794523 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'strmatch')
-rw-r--r--strmatch/apr_strmatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strmatch/apr_strmatch.c b/strmatch/apr_strmatch.c
index 6a4bf6f9e..e5a0a81b9 100644
--- a/strmatch/apr_strmatch.c
+++ b/strmatch/apr_strmatch.c
@@ -79,7 +79,7 @@ static const char *match_boyer_moore_horspool_nocase(
return NULL;
}
-APU_DECLARE(const apr_strmatch_pattern *) apr_strmatch_precompile(
+APR_DECLARE(const apr_strmatch_pattern *) apr_strmatch_precompile(
apr_pool_t *p, const char *s,
int case_sensitive)
{