From: Guenter Knauf Date: Fri, 3 May 2013 14:05:01 +0000 (+0000) Subject: Silent no-prototype compiler warning. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e353620add4f6b9369a0d4de9e7b640e6500139a;p=thirdparty%2Fapache%2Fhttpd.git Silent no-prototype compiler warning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1478798 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/cache_storage.c b/modules/cache/cache_storage.c index b96ded4d136..3d9c3d0b3cf 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;