From 0eeb1db604b111258a32fb68e7d97311d9614a51 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 24 Jul 1999 20:54:36 +0000 Subject: [PATCH] Allow for new hooks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83501 13f79535-47bb-0310-9956-ffa450edef68 --- modules/echo/mod_echo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/echo/mod_echo.c b/modules/echo/mod_echo.c index 210cfa708d4..3ec7423a34a 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 */ }; -- 2.47.2