From: Ian Holsman Date: Fri, 8 Feb 2002 06:09:34 +0000 (+0000) Subject: style police X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8a88303ba15696ee4d084d3297316f938de4f84;p=thirdparty%2Fapache%2Fhttpd.git 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 f78bc482ff6..ac26b5c37c5 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),