From: William A. Rowe Jr Date: Mon, 1 Apr 2002 02:39:31 +0000 (+0000) Subject: Fix another linkage error for 2.0.34 and cvs head X-Git-Tag: 2.0.34~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9644d3cdba5da7e2b0aeffec6b2386522413580d;p=thirdparty%2Fapache%2Fhttpd.git Fix another linkage error for 2.0.34 and cvs head git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94350 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy.c b/modules/proxy/mod_proxy.c index 81a56955987..cb9c6ea247e 100644 --- a/modules/proxy/mod_proxy.c +++ b/modules/proxy/mod_proxy.c @@ -1051,7 +1051,7 @@ APR_DECLARE_OPTIONAL_FN(int, ssl_proxy_enable, (conn_rec *)); static APR_OPTIONAL_FN_TYPE(ssl_proxy_enable) *proxy_ssl_enable = NULL; -int ap_proxy_ssl_enable(conn_rec *c) +PROXY_DECLARE(int) ap_proxy_ssl_enable(conn_rec *c) { /* * if c == NULL just check if the optional function was imported