Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 64743 invoked by uid 500); 1 Apr 2002 02:39:32 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 64732 invoked by uid 500); 1 Apr 2002 02:39:32 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 1 Apr 2002 02:39:31 -0000 Message-ID: <20020401023931.24437.qmail@icarus.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/proxy mod_proxy.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 02/03/31 18:39:31 Modified: modules/proxy mod_proxy.c Log: Fix another linkage error for 2.0.34 and cvs head Revision Changes Path 1.79 +1 -1 httpd-2.0/modules/proxy/mod_proxy.c Index: mod_proxy.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/proxy/mod_proxy.c,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- mod_proxy.c 29 Mar 2002 08:04:04 -0000 1.78 +++ mod_proxy.c 1 Apr 2002 02:39:31 -0000 1.79 @@ -1051,7 +1051,7 @@ 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