Received: by taz.hyperreal.com (8.8.4/V2.0) id XAA22051; Thu, 6 Feb 1997 23:17:42 -0800 (PST) Received: from scanner.worldgate.com by taz.hyperreal.com (8.8.4/V2.0) with ESMTP id XAA22043; Thu, 6 Feb 1997 23:17:38 -0800 (PST) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.8.5/8.7.3) with UUCP id AAA20380 for new-httpd@hyperreal.com; Fri, 7 Feb 1997 00:17:36 -0700 (MST) Received: from localhost (marcs@localhost) by alive.ampr.ab.ca (8.7.5/8.7.3) with SMTP id AAA26446 for ; Fri, 7 Feb 1997 00:17:48 -0700 (MST) Date: Fri, 7 Feb 1997 00:17:47 -0700 (MST) From: Marc Slemko X-Sender: marcs@alive.ampr.ab.ca To: new-httpd@hyperreal.com Subject: mod_rewrite is_proxy_available conflict Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com mod_rewrite.h declares it static, mod_rewrite.c doesn't. This fixes that. Index: mod_rewrite.c =================================================================== RCS file: /export/home/cvs/apache/src/mod_rewrite.c,v retrieving revision 1.18 diff -c -r1.18 mod_rewrite.c *** mod_rewrite.c 1997/02/06 05:16:56 1.18 --- mod_rewrite.c 1997/02/07 07:16:01 *************** *** 3148,3154 **** ** */ ! int is_proxy_available(server_rec *s) { extern module *preloaded_modules[]; command_rec *c; --- 3148,3154 ---- ** */ ! static int is_proxy_available(server_rec *s) { extern module *preloaded_modules[]; command_rec *c;