summaryrefslogtreecommitdiff
path: root/modules/cache/cache_storage.c
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2013-05-03 14:05:01 +0000
committerGuenter Knauf <fuankg@apache.org>2013-05-03 14:05:01 +0000
commit99a323a12263b42a80866b8216e2d2f3e1f4c537 (patch)
tree98bc8db6d33184fe8c0d8982b92d1b3a98a55bc1 /modules/cache/cache_storage.c
parent0ef09941526c208ee66318bd6a07b3ac802dfad5 (diff)
downloadhttpd-99a323a12263b42a80866b8216e2d2f3e1f4c537.tar.gz
Silent no-prototype compiler warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1478798 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/cache/cache_storage.c')
-rw-r--r--modules/cache/cache_storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cache/cache_storage.c b/modules/cache/cache_storage.c
index b96ded4d13..3d9c3d0b3c 100644
--- a/modules/cache/cache_storage.c
+++ b/modules/cache/cache_storage.c
@@ -376,7 +376,7 @@ int cache_select(cache_request_rec *cache, request_rec *r)
return DECLINED;
}
-apr_status_t cache_canonicalise_key(request_rec *r, apr_pool_t* p,
+static apr_status_t cache_canonicalise_key(request_rec *r, apr_pool_t* p,
const char *uri, apr_uri_t *parsed_uri, const char **key)
{
cache_server_conf *conf;