From: Graham Leggett Date: Sun, 7 Apr 2002 15:50:46 +0000 (+0000) Subject: Update the windows, os2 and netware build files to export ap_getline() X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb3e60e84cf55c1aa145eff39273c1681e951779;p=thirdparty%2Fapache%2Fhttpd.git Update the windows, os2 and netware build files to export ap_getline() and ap_get_chunk_size(). PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@94521 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/ApacheCore.def b/src/ApacheCore.def index 36b4f13250d..cad3fc1bd83 100644 --- a/src/ApacheCore.def +++ b/src/ApacheCore.def @@ -444,3 +444,5 @@ EXPORTS ap_recvwithtimeout @436 ap_caret_escape_args @437 ap_double_quotes @438 + ap_getline @439 + ap_get_chunk_size @440 diff --git a/src/ApacheCoreOS2.def b/src/ApacheCoreOS2.def index cc765613a48..2b1cecb6a7d 100644 --- a/src/ApacheCoreOS2.def +++ b/src/ApacheCoreOS2.def @@ -371,3 +371,5 @@ EXPORTS ap_is_rdirectory @365 ap_stripprefix @366 ap_child_terminate @367 + ap_getline @368 + ap_get_chunk_size @369 diff --git a/src/os/netware/ApacheCore.imp b/src/os/netware/ApacheCore.imp index a1aa7f758bf..2e70a60aa90 100644 --- a/src/os/netware/ApacheCore.imp +++ b/src/os/netware/ApacheCore.imp @@ -418,3 +418,5 @@ ap_update_child_status, ap_sendwithtimeout, ap_recvwithtimeout, + ap_getline, + ap_get_chunk_size,