From: Brian Havard Date: Wed, 22 May 2002 14:38:55 +0000 (+0000) Subject: OS/2: export inet_addr from the core for mod_proxy & anything else that uses X-Git-Tag: 2.0.37~308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0436304b2bdb24759da1ad300c31052ad25b8293;p=apache OS/2: export inet_addr from the core for mod_proxy & anything else that uses apr_inet_addr which is just a #define. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95217 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/os2/core_header.def b/os/os2/core_header.def index fc7cb346ff..ec3703a669 100644 --- a/os/os2/core_header.def +++ b/os/os2/core_header.def @@ -14,3 +14,6 @@ EXPORTS "_swapl" "h_errno" "inet_ntoa" + +; mod_proxy needs this one + "inet_addr"