From: Ben Laurie Date: Sun, 1 Aug 1999 14:43:28 +0000 (+0000) Subject: Another hook. X-Git-Tag: mpm-merge-1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d61fe22a65f7ad3029ec3b2f1ff7df89271c0742;p=thirdparty%2Fapache%2Fhttpd.git Another hook. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83548 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/echo/mod_echo.c b/modules/echo/mod_echo.c index dfecffd9063..73d5a25495f 100644 --- a/modules/echo/mod_echo.c +++ b/modules/echo/mod_echo.c @@ -63,7 +63,6 @@ static void register_hooks() API_VAR_EXPORT module echo_module = { STANDARD20_MODULE_STUFF, - NULL, /* post_config */ NULL, /* child_init */ NULL, /* create per-directory config structure */ NULL, /* merge per-directory config structures */ diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index 068b610788a..9cced01ce71 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -3084,7 +3084,6 @@ LISTEN_COMMANDS module MODULE_VAR_EXPORT mpm_prefork_module = { STANDARD20_MODULE_STUFF, - NULL, /* post_config */ NULL, /* child_init */ NULL, /* create per-directory config structure */ NULL, /* merge per-directory config structures */