Commit 5ff59d3b authored by Victor J. Orlikowski's avatar Victor J. Orlikowski
Browse files

Ordering changes, for detection's sake.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89315 13f79535-47bb-0310-9956-ffa450edef68
parent a3fe7e56
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */