Silent no-prototype compiler warning.
authorGuenter Knauf <fuankg@apache.org>
Fri, 3 May 2013 14:05:01 +0000 (14:05 +0000)
committerGuenter Knauf <fuankg@apache.org>
Fri, 3 May 2013 14:05:01 +0000 (14:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1478798 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/cache_storage.c

index b96ded4d136f27db27e819b7318652d4d979519d..3d9c3d0b3cf6bd481ec72962eb7b0d3ec500c440 100644 (file)
@@ -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;