summaryrefslogtreecommitdiffstats
path: root/include/http_config.h
diff options
context:
space:
mode:
authorDoug MacEachern <dougm@apache.org>2001-03-26 17:39:52 +0200
committerDoug MacEachern <dougm@apache.org>2001-03-26 17:39:52 +0200
commitbc660e986045f9107ac0d1a375bb7faf67a23837 (patch)
tree7c02d4833be177c733e68bb8df0dd86e52ac9e68 /include/http_config.h
parentrevise the set of predefined PROPID values based on DeltaV Internet Draft #14 (diff)
downloadapache2-bc660e986045f9107ac0d1a375bb7faf67a23837.tar.xz
apache2-bc660e986045f9107ac0d1a375bb7faf67a23837.zip
top_module global variable renamed to ap_top_module
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88582 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_config.h')
-rw-r--r--include/http_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/http_config.h b/include/http_config.h
index f335bcf660..a54c25040d 100644
--- a/include/http_config.h
+++ b/include/http_config.h
@@ -729,9 +729,9 @@ AP_DECLARE(const char *) ap_check_cmd_context(cmd_parms *cmd, unsigned forbidden
/**
* The topmost module in the list
- * @defvar module *top_module
+ * @defvar module *ap_top_module
*/
-AP_DECLARE_DATA extern module *top_module;
+AP_DECLARE_DATA extern module *ap_top_module;
/**
* Array of all statically linked modules