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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=260218b451cc8b90470cf4568856439a7c92c8fc;p=thirdparty%2Fapache%2Fhttpd.git 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 fc7cb346ffd..ec3703a6694 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"