summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Holsman <ianh@apache.org>2002-01-30 18:05:26 +0000
committerIan Holsman <ianh@apache.org>2002-01-30 18:05:26 +0000
commit3380361860901c0d7de3d403e684c3664856832b (patch)
treeb16d69be4676cfc7a243c4b02989bec34821cf9f
parent86819ee5c606556b76a69348207c2a0effd11800 (diff)
downloadhttpd-3380361860901c0d7de3d403e684c3664856832b.tar.gz
out damn warnings out
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93115 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--modules/experimental/mod_cache.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/experimental/mod_cache.c b/modules/experimental/mod_cache.c
index 80979d54a8..90304b717e 100644
--- a/modules/experimental/mod_cache.c
+++ b/modules/experimental/mod_cache.c
@@ -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);
/* -------------------------------------------------------------- */