]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Allow for new hooks.
authorBen Laurie <ben@apache.org>
Sat, 24 Jul 1999 20:54:36 +0000 (20:54 +0000)
committerBen Laurie <ben@apache.org>
Sat, 24 Jul 1999 20:54:36 +0000 (20:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83501 13f79535-47bb-0310-9956-ffa450edef68

modules/echo/mod_echo.c

index 210cfa708d49bc7f9aa18d42249c070195bd951a..3ec7423a34a6b16ea9c9b4f8f15c25f997782270 100644 (file)
@@ -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 */
 };