diff options
author | Ben Laurie <ben@apache.org> | 1999-07-24 22:54:36 +0200 |
---|---|---|
committer | Ben Laurie <ben@apache.org> | 1999-07-24 22:54:36 +0200 |
commit | 0eeb1db604b111258a32fb68e7d97311d9614a51 (patch) | |
tree | 72f1f41c2605403fbadcb7468b4124bb979728d9 /modules | |
parent | Another hook. (diff) | |
download | apache2-0eeb1db604b111258a32fb68e7d97311d9614a51.tar.xz apache2-0eeb1db604b111258a32fb68e7d97311d9614a51.zip |
Allow for new hooks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83501 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r-- | modules/echo/mod_echo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/echo/mod_echo.c b/modules/echo/mod_echo.c index 210cfa708d..3ec7423a34 100644 --- a/modules/echo/mod_echo.c +++ b/modules/echo/mod_echo.c @@ -76,7 +76,5 @@ API_VAR_EXPORT module echo_module = { NULL, /* handlers */ NULL, /* check auth */ NULL, /* check access */ - NULL, /* type_checker */ - NULL, /* pre-run fixups */ register_hooks /* register hooks */ }; |