From: Ben Laurie Date: Sat, 24 Jul 1999 20:54:36 +0000 (+0000) Subject: Allow for new hooks. X-Git-Tag: 1.3.7~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eeb1db604b111258a32fb68e7d97311d9614a51;p=thirdparty%2Fapache%2Fhttpd.git Allow for new hooks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83501 13f79535-47bb-0310-9956-ffa450edef68 --- 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 */ };