summaryrefslogtreecommitdiff
path: root/strmatch
diff options
context:
space:
mode:
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)
{