From: Victor J. Orlikowski Date: Sat, 9 Jun 2001 04:21:27 +0000 (+0000) Subject: Ordering changes, for detection's sake. X-Git-Tag: 2.0.19~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ed4d7898ad25f0f1ed447c4011eaba6e8095c92;p=thirdparty%2Fapache%2Fhttpd.git Ordering changes, for detection's sake. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89315 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_cache.c b/modules/experimental/mod_cache.c index 49871abe583..91059ebd372 100644 --- a/modules/experimental/mod_cache.c +++ b/modules/experimental/mod_cache.c @@ -71,7 +71,7 @@ #include "mod_cache.h" #include "apr_hooks.h" -module AP_DECLARE_DATA cache_module; +AP_DECLARE_DATA module cache_module; APR_HOOK_STRUCT( APR_HOOK_LINK(serve_cache) @@ -113,7 +113,7 @@ static void cache_register_hook(apr_pool_t *p) ap_register_output_filter("CACHE", cache_filter, AP_FTYPE_HTTP_HEADER); } -module AP_DECLARE_DATA cache_module = { +AP_DECLARE_DATA module cache_module = { STANDARD20_MODULE_STUFF, NULL, /* create per-directory config structure */ NULL, /* merge per-directory config structures */