summaryrefslogtreecommitdiffstats
path: root/modules/metadata/mod_headers.c
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-06-06 18:59:50 +0200
committerStefan Fritsch <sf@apache.org>2010-06-06 18:59:50 +0200
commitebb62867fb8a335f70c30e01280cc30f5c4d0597 (patch)
tree29aeee2174a4d451a238e5774296194856db7aaf /modules/metadata/mod_headers.c
parentFix some modules to make them compile with per-module loglevels. (diff)
downloadapache2-ebb62867fb8a335f70c30e01280cc30f5c4d0597.tar.xz
apache2-ebb62867fb8a335f70c30e01280cc30f5c4d0597.zip
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
advantage of per-module loglevels git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951895 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/metadata/mod_headers.c')
-rw-r--r--modules/metadata/mod_headers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/metadata/mod_headers.c b/modules/metadata/mod_headers.c
index cbbe2d9153..8d869866a5 100644
--- a/modules/metadata/mod_headers.c
+++ b/modules/metadata/mod_headers.c
@@ -908,7 +908,7 @@ static void register_hooks(apr_pool_t *p)
ap_hook_post_read_request(ap_headers_early, NULL, NULL, APR_HOOK_FIRST);
}
-module AP_MODULE_DECLARE_DATA headers_module =
+AP_DECLARE_MODULE(headers) =
{
STANDARD20_MODULE_STUFF,
create_headers_dir_config, /* dir config creater */