From dcb8d88578134dc204ebc4323a013b49494e08ca Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 18 Oct 2000 17:38:54 +0000 Subject: [PATCH] Fix more broken things git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86646 13f79535-47bb-0310-9956-ffa450edef68 --- ApacheCore.def | 2 ++ libhttpd.def | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.50.1