diff options
author | Ben Laurie <ben@apache.org> | 1999-08-01 16:43:28 +0200 |
---|---|---|
committer | Ben Laurie <ben@apache.org> | 1999-08-01 16:43:28 +0200 |
commit | d61fe22a65f7ad3029ec3b2f1ff7df89271c0742 (patch) | |
tree | b94f47373fded18f9f2956236bc6c043c3fef370 /modules/echo/mod_echo.c | |
parent | Another hook. (diff) | |
download | apache2-d61fe22a65f7ad3029ec3b2f1ff7df89271c0742.tar.xz apache2-d61fe22a65f7ad3029ec3b2f1ff7df89271c0742.zip |
Another hook.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/echo/mod_echo.c')
-rw-r--r-- | modules/echo/mod_echo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/echo/mod_echo.c b/modules/echo/mod_echo.c index dfecffd906..73d5a25495 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 */ |