From: Ian Holsman Date: Fri, 8 Feb 2002 06:09:34 +0000 (+0000) Subject: style police X-Git-Tag: 2.0.32~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=797e5394c1044de90ef72426a5dc17becfd53f54;p=apache style police PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93333 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/cache_storage.c b/modules/experimental/cache_storage.c index f78bc482ff..ac26b5c37c 100644 --- a/modules/experimental/cache_storage.c +++ b/modules/experimental/cache_storage.c @@ -253,6 +253,7 @@ apr_status_t cache_generate_key_default( request_rec *r, apr_pool_t*p, char**key *key = apr_pstrdup(p,r->uri); return APR_SUCCESS; } + APR_IMPLEMENT_EXTERNAL_HOOK_RUN_FIRST(cache, CACHE, int, create_entity, (cache_handle_t *h, request_rec *r, const char *type, const char *urlkey, apr_size_t len),