]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Ordering changes, for detection's sake.
authorVictor J. Orlikowski <orlikowski@apache.org>
Sat, 9 Jun 2001 04:21:27 +0000 (04:21 +0000)
committerVictor J. Orlikowski <orlikowski@apache.org>
Sat, 9 Jun 2001 04:21:27 +0000 (04:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89315 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_cache.c

index 49871abe583a7da480657f513ac9aff10da3a346..91059ebd372faf67fd2da636e69c06cb98639ff2 100644 (file)
@@ -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 */