Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 96955 invoked by uid 500); 30 Jan 2002 18:05:27 -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 96944 invoked by uid 500); 30 Jan 2002 18:05:27 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 30 Jan 2002 18:05:27 -0000 Message-ID: <20020130180527.97255.qmail@icarus.apache.org> From: ianh@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/experimental mod_cache.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ianh 02/01/30 10:05:26 Modified: modules/experimental mod_cache.c Log: out damn warnings out Revision Changes Path 1.20 +4 -0 httpd-2.0/modules/experimental/mod_cache.c Index: mod_cache.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/experimental/mod_cache.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- mod_cache.c 25 Jan 2002 20:09:33 -0000 1.19 +++ mod_cache.c 30 Jan 2002 18:05:26 -0000 1.20 @@ -63,6 +63,10 @@ module AP_MODULE_DECLARE_DATA cache_module; +int ap_url_cache_handler(request_rec *r); +int ap_cache_out_filter(ap_filter_t *f, apr_bucket_brigade *bb); +int ap_cache_conditional_filter(ap_filter_t *f, apr_bucket_brigade *in); +int ap_cache_in_filter(ap_filter_t *f, apr_bucket_brigade *in); /* -------------------------------------------------------------- */