summaryrefslogtreecommitdiff
path: root/modules/echo
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-01-19 07:04:36 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-01-19 07:04:36 +0000
commit59bbd68becf86e8485b1d863b7e66c82614c161a (patch)
tree41b86a03d3950ed7c77e7b625f0b16d7ac92f419 /modules/echo
parentf8932746aa33cc09ac6e33209d5d2f01cdabdedb (diff)
downloadhttpd-59bbd68becf86e8485b1d863b7e66c82614c161a.tar.gz
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/echo')
-rw-r--r--modules/echo/mod_echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/echo/mod_echo.c b/modules/echo/mod_echo.c
index e52ca1cf50..e15c69361a 100644
--- a/modules/echo/mod_echo.c
+++ b/modules/echo/mod_echo.c
@@ -122,7 +122,7 @@ static const command_rec echo_cmds[] =
static void register_hooks(apr_pool_t *p)
{
ap_hook_process_connection(process_echo_connection, NULL, NULL,
- AP_HOOK_MIDDLE);
+ APR_HOOK_MIDDLE);
}
AP_DECLARE_DATA module echo_module = {