]> granicus.if.org Git - apache/commitdiff
out damn warnings out
authorIan Holsman <ianh@apache.org>
Wed, 30 Jan 2002 18:05:26 +0000 (18:05 +0000)
committerIan Holsman <ianh@apache.org>
Wed, 30 Jan 2002 18:05:26 +0000 (18:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93115 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_cache.c

index 80979d54a88dfa48b6ef5bf0e38cbea5c70f40fa..90304b717e33ae97fce816ee81a021c7db047f7c 100644 (file)
 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);
 
 /* -------------------------------------------------------------- */