summaryrefslogtreecommitdiffstats
path: root/modules/generators/mod_asis.c
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-01-19 08:04:36 +0100
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-01-19 08:04:36 +0100
commit59bbd68becf86e8485b1d863b7e66c82614c161a (patch)
tree41b86a03d3950ed7c77e7b625f0b16d7ac92f419 /modules/generators/mod_asis.c
parentRemove some STATUS items that are already in APR's STATUS file. (diff)
downloadapache2-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/generators/mod_asis.c')
-rw-r--r--modules/generators/mod_asis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/generators/mod_asis.c b/modules/generators/mod_asis.c
index cb65f20272..7e5daa6b53 100644
--- a/modules/generators/mod_asis.c
+++ b/modules/generators/mod_asis.c
@@ -126,7 +126,7 @@ static int asis_handler(request_rec *r)
static void register_hooks(apr_pool_t *p)
{
- ap_hook_handler(asis_handler,NULL,NULL,AP_HOOK_MIDDLE);
+ ap_hook_handler(asis_handler,NULL,NULL,APR_HOOK_MIDDLE);
}
module AP_MODULE_DECLARE_DATA asis_module =