summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2001-11-14 19:19:32 +0100
committerBradley Nicholes <bnicholes@apache.org>2001-11-14 19:19:32 +0100
commit22eea3fa9c13a50e52aab453473255d08c216238 (patch)
treee9d427b2c65fb04365f690a28d24bc43b82fc904 /include
parentIn my book this is a GA showstopper, but I'm volunteering here and I (diff)
downloadapache2-22eea3fa9c13a50e52aab453473255d08c216238.tar.xz
apache2-22eea3fa9c13a50e52aab453473255d08c216238.zip
Fixed ap_listeners so that it will be included in the AWK generated export lists
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91948 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_listen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_listen.h b/include/ap_listen.h
index 7cb2c3c18e..98b25981bb 100644
--- a/include/ap_listen.h
+++ b/include/ap_listen.h
@@ -97,7 +97,7 @@ struct ap_listen_rec {
/**
* The global list of ap_listen_rec structures
*/
-extern ap_listen_rec *ap_listeners;
+AP_DECLARE_DATA extern ap_listen_rec *ap_listeners;
/**
* Setup all of the defaults for the listener list