]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update the windows, os2 and netware build files to export ap_getline()
authorGraham Leggett <minfrin@apache.org>
Sun, 7 Apr 2002 15:50:46 +0000 (15:50 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 7 Apr 2002 15:50:46 +0000 (15:50 +0000)
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

src/ApacheCore.def
src/ApacheCoreOS2.def
src/os/netware/ApacheCore.imp

index 36b4f13250d9edb0b393de532b11d0cb3ea9d9aa..cad3fc1bd830e4b4ad8253f9e264e94931154113 100644 (file)
@@ -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
index cc765613a487642450b0bf39f7e22169a3bcb3ea..2b1cecb6a7d1e0f93c8e6af233f1d9c39bbb2519 100644 (file)
@@ -371,3 +371,5 @@ EXPORTS
        ap_is_rdirectory  @365
        ap_stripprefix  @366
        ap_child_terminate  @367
+        ap_getline @368
+        ap_get_chunk_size @369
index a1aa7f758bf5580d08bc11f2d42b52d3eafd89a2..2e70a60aa900cc622c4dcd613f3016df5cf91365 100644 (file)
  ap_update_child_status,
  ap_sendwithtimeout,
  ap_recvwithtimeout,
+ ap_getline,
+ ap_get_chunk_size,