From f79f63f4ee12beb136909ea43e22a95a83692c8e Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Mon, 24 Apr 2000 14:31:50 +0000 Subject: [PATCH] Fix compile break git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85027 13f79535-47bb-0310-9956-ffa450edef68 --- ApacheCore.def | 4 ++-- libhttpd.def | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ApacheCore.def b/ApacheCore.def index a3427bc0ae..b60a9a2cb9 100644 --- a/ApacheCore.def +++ b/ApacheCore.def @@ -121,7 +121,7 @@ EXPORTS ap_getword_white_nc @114 ; ap_gm_timestr_822 @115 ap_gname2id @116 - ap_handle_command @117 +; ap_handle_command @117 ;ap_hard_timeout @118 ap_ht_time @119 ap_ind @120 @@ -235,7 +235,7 @@ EXPORTS ;ap_soft_timeout @228 ap_some_auth_required @229 ; ap_spawn_child @230 - ap_srm_command_loop @231 +; ap_srm_command_loop @231 ap_str_tolower @232 ap_strcasecmp_match @233 ap_strcmp_match @234 diff --git a/libhttpd.def b/libhttpd.def index a3427bc0ae..b60a9a2cb9 100644 --- a/libhttpd.def +++ b/libhttpd.def @@ -121,7 +121,7 @@ EXPORTS ap_getword_white_nc @114 ; ap_gm_timestr_822 @115 ap_gname2id @116 - ap_handle_command @117 +; ap_handle_command @117 ;ap_hard_timeout @118 ap_ht_time @119 ap_ind @120 @@ -235,7 +235,7 @@ EXPORTS ;ap_soft_timeout @228 ap_some_auth_required @229 ; ap_spawn_child @230 - ap_srm_command_loop @231 +; ap_srm_command_loop @231 ap_str_tolower @232 ap_strcasecmp_match @233 ap_strcmp_match @234 -- 2.40.0