From: Jeff Trawick Date: Thu, 30 Mar 2000 18:25:46 +0000 (+0000) Subject: ap_hook_pre_config is gone X-Git-Tag: APACHE_2_0_ALPHA_2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf6ce214fed7dcd3d461342035bed3868277598a;p=thirdparty%2Fapache%2Fhttpd.git ap_hook_pre_config is gone Submitted by: William Rowe Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84863 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ApacheCore.def b/ApacheCore.def index 312311533f5..1a898f80828 100644 --- a/ApacheCore.def +++ b/ApacheCore.def @@ -390,7 +390,7 @@ EXPORTS ap_hook_type_checker @385 ap_hook_access_checker @386 ap_hook_header_parser @387 - ap_hook_pre_config @388 +; ap_hook_pre_config @388 ap_hook_post_config @389 ap_hook_open_logs @390 ap_hook_child_init @391 diff --git a/libhttpd.def b/libhttpd.def index 312311533f5..1a898f80828 100644 --- a/libhttpd.def +++ b/libhttpd.def @@ -390,7 +390,7 @@ EXPORTS ap_hook_type_checker @385 ap_hook_access_checker @386 ap_hook_header_parser @387 - ap_hook_pre_config @388 +; ap_hook_pre_config @388 ap_hook_post_config @389 ap_hook_open_logs @390 ap_hook_child_init @391