diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-11-23 01:48:45 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-11-23 01:48:45 +0100 |
commit | 735798ad42bb9cf5c2ab6b4e6d4efc76c41f3a16 (patch) | |
tree | c188af9ed833d88042bbd2a3a44cc4b1667c0586 /modules/experimental/mod_cache.imp | |
parent | Makefile change required to move mod_ext_filter out of experimental (diff) | |
download | apache2-735798ad42bb9cf5c2ab6b4e6d4efc76c41f3a16.tar.xz apache2-735798ad42bb9cf5c2ab6b4e6d4efc76c41f3a16.zip |
Added ap_cache_cacheable_hdrs_out to the caching module export list
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97604 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/experimental/mod_cache.imp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/experimental/mod_cache.imp b/modules/experimental/mod_cache.imp index ef3af9878c..61255257e9 100644 --- a/modules/experimental/mod_cache.imp +++ b/modules/experimental/mod_cache.imp @@ -6,6 +6,7 @@ ap_cache_tokstr, ap_cache_hex2usec, ap_cache_usec2hex, + ap_cache_cacheable_hdrs_out, generate_name, cache_hook_create_entity, cache_hook_open_entity, |