ben 99/07/24 13:54:36
Modified: mpm/src/modules/standard mod_echo.c
Log:
Allow for new hooks.
Revision Changes Path
1.2 +0 -2 apache-2.0/mpm/src/modules/standard/mod_echo.c
Index: mod_echo.c
===================================================================
RCS file: /export/home/cvs/apache-2.0/mpm/src/modules/standard/mod_echo.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_echo.c 1999/07/23 18:52:29 1.1
+++ mod_echo.c 1999/07/24 20:54:36 1.2
@@ -76,7 +76,5 @@
NULL, /* handlers */
NULL, /* check auth */
NULL, /* check access */
- NULL, /* type_checker */
- NULL, /* pre-run fixups */
register_hooks /* register hooks */
};