From: William A. Rowe Jr Date: Wed, 18 Oct 2000 17:38:54 +0000 (+0000) Subject: Fix more broken things X-Git-Tag: APACHE_2_0_ALPHA_8~322 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29c802e7d84a9cbf098c3257108c37905d4144df;p=apache Fix more broken things git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86646 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ApacheCore.def b/ApacheCore.def index 270fa889c0..cbea6aa505 100644 --- a/ApacheCore.def +++ b/ApacheCore.def @@ -435,3 +435,5 @@ EXPORTS ap_bucket_make_shared @462 ap_bucket_destroy_shared @463 + ap_bucket_create_pool @464 + ap_flush_type @465 DATA \ No newline at end of file diff --git a/libhttpd.def b/libhttpd.def index 270fa889c0..cbea6aa505 100644 --- a/libhttpd.def +++ b/libhttpd.def @@ -435,3 +435,5 @@ EXPORTS ap_bucket_make_shared @462 ap_bucket_destroy_shared @463 + ap_bucket_create_pool @464 + ap_flush_type @465 DATA \ No newline at end of file