]> granicus.if.org Git - apache/commitdiff
Silence build warning about missing prototype.
authorRainer Jung <rjung@apache.org>
Mon, 6 Oct 2014 13:39:30 +0000 (13:39 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 6 Oct 2014 13:39:30 +0000 (13:39 +0000)
Followup to r1629507.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1629652 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_cache_socache.c

index a6d80b55eb990c6ff96f7ff7a8c00968f819b24b..6bd9466bd19d683832c117a4fc43381bbc18f27c 100644 (file)
@@ -1422,7 +1422,7 @@ static int socache_status_hook(request_rec *r, int flags)
     return OK;
 }
 
-void socache_status_register(apr_pool_t *p)
+static void socache_status_register(apr_pool_t *p)
 {
     APR_OPTIONAL_HOOK(ap, status_hook, socache_status_hook, NULL, NULL, APR_HOOK_MIDDLE);
 }