]> granicus.if.org Git - apache/commitdiff
Fix another linkage error for 2.0.34 and cvs head
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 1 Apr 2002 02:39:31 +0000 (02:39 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 1 Apr 2002 02:39:31 +0000 (02:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94350 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.c

index 81a56955987ff24e647ac75123bc6c1ef6d9cae9..cb9c6ea247e7e119ea7c92a0a08673335067a63b 100644 (file)
@@ -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