diff options
author | Graham Leggett <minfrin@apache.org> | 2011-12-03 01:31:53 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-12-03 01:31:53 +0100 |
commit | 26559c25c52885503d1f67f274b16f43ad91cc91 (patch) | |
tree | bfd2e184454711f8a6422737e3a20b48290ee740 /modules/cache/mod_cache.h | |
parent | mod_proxy: Remove ap_proxy_liststr(), it duplicates ap_find_token(). (diff) | |
download | apache2-26559c25c52885503d1f67f274b16f43ad91cc91.tar.xz apache2-26559c25c52885503d1f67f274b16f43ad91cc91.zip |
mod_cache: Remove ap_cache_liststr(), it duplicates ap_find_token().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209798 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/cache/mod_cache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/cache/mod_cache.h b/modules/cache/mod_cache.h index 90c3766ce2..53e80c039d 100644 --- a/modules/cache/mod_cache.h +++ b/modules/cache/mod_cache.h @@ -136,8 +136,6 @@ CACHE_DECLARE(void) ap_cache_usec2hex(apr_time_t j, char *y); CACHE_DECLARE(char *) ap_cache_generate_name(apr_pool_t *p, int dirlevels, int dirlength, const char *name); -CACHE_DECLARE(int) ap_cache_liststr(apr_pool_t *p, const char *list, - const char *key, char **val); CACHE_DECLARE(const char *)ap_cache_tokstr(apr_pool_t *p, const char *list, const char **str); /* Create a new table consisting of those elements from an |