diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-01-19 08:04:36 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-01-19 08:04:36 +0100 |
commit | 59bbd68becf86e8485b1d863b7e66c82614c161a (patch) | |
tree | 41b86a03d3950ed7c77e7b625f0b16d7ac92f419 /modules/mappers/mod_speling.c | |
parent | Remove some STATUS items that are already in APR's STATUS file. (diff) | |
download | apache2-59bbd68becf86e8485b1d863b7e66c82614c161a.tar.xz apache2-59bbd68becf86e8485b1d863b7e66c82614c161a.zip |
The big change. This is part 3 of the apr-util symbols rename, please
see the first commit of srclib/apr-util/include (cvs apr-util/include)
for the quick glance at symbols changed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87731 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/mappers/mod_speling.c')
-rw-r--r-- | modules/mappers/mod_speling.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mappers/mod_speling.c b/modules/mappers/mod_speling.c index b4151202cd..858138588e 100644 --- a/modules/mappers/mod_speling.c +++ b/modules/mappers/mod_speling.c @@ -553,7 +553,7 @@ static int check_speling(request_rec *r) static void register_hooks(apr_pool_t *p) { - ap_hook_fixups(check_speling,NULL,NULL,AP_HOOK_LAST); + ap_hook_fixups(check_speling,NULL,NULL,APR_HOOK_LAST); } module AP_MODULE_DECLARE_DATA speling_module = |