diff options
author | Ruediger Pluem <rpluem@apache.org> | 2008-04-19 12:15:14 +0200 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2008-04-19 12:15:14 +0200 |
commit | bed15a9a7f000a0252bf6f1274610b7d40dfd144 (patch) | |
tree | 44ea6f99c356b230894894aa22f47af8df847ff3 /modules/cache/mod_cache.h | |
parent | * Use the correct headers_out table for overlaying. (diff) | |
download | apache2-bed15a9a7f000a0252bf6f1274610b7d40dfd144.tar.xz apache2-bed15a9a7f000a0252bf6f1274610b7d40dfd144.zip |
* Style fixes. No functional changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@649792 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/cache/mod_cache.h')
-rw-r--r-- | modules/cache/mod_cache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/cache/mod_cache.h b/modules/cache/mod_cache.h index cc70558963..50d96fe18c 100644 --- a/modules/cache/mod_cache.h +++ b/modules/cache/mod_cache.h @@ -296,13 +296,13 @@ CACHE_DECLARE(apr_table_t *)ap_cache_cacheable_headers(apr_pool_t *pool, /* Create a new table consisting of those elements from an input * headers table that are allowed to be stored in a cache. */ -CACHE_DECLARE(apr_table_t *)ap_cache_cacheable_headers_in(request_rec * r); +CACHE_DECLARE(apr_table_t *)ap_cache_cacheable_headers_in(request_rec *r); /* Create a new table consisting of those elements from an output * headers table that are allowed to be stored in a cache; * ensure there is a content type and capture any errors. */ -CACHE_DECLARE(apr_table_t *)ap_cache_cacheable_headers_out(request_rec * r); +CACHE_DECLARE(apr_table_t *)ap_cache_cacheable_headers_out(request_rec *r); /* Legacy call - functionally equivalent to ap_cache_cacheable_headers. * @deprecated @see ap_cache_cacheable_headers |