From: Jeff Trawick Date: Mon, 27 Sep 2010 18:41:33 +0000 (+0000) Subject: axe extra ";", fixing this messages from Sun Studio: X-Git-Tag: 2.3.9~408 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa0f1075bb57c88df5a8d2d55654efc4c84665b8;p=apache axe extra ";", fixing this messages from Sun Studio: warning: syntax error: empty declaration git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1001864 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_cache.h b/modules/cache/mod_cache.h index f7d3f824c2..2ebd054c2a 100644 --- a/modules/cache/mod_cache.h +++ b/modules/cache/mod_cache.h @@ -176,7 +176,7 @@ CACHE_DECLARE(apr_table_t *)ap_cache_cacheable_headers_out(request_rec *r); * more advanced processing, or to store statistics about the cache behaviour. */ APR_DECLARE_EXTERNAL_HOOK(cache, CACHE, int, cache_status, (cache_handle_t *h, - request_rec *r, ap_cache_status_e status, const char *reason)); + request_rec *r, ap_cache_status_e status, const char *reason)) APR_DECLARE_OPTIONAL_FN(apr_status_t, ap_cache_generate_key,