diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2001-11-14 19:19:32 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2001-11-14 19:19:32 +0100 |
commit | 22eea3fa9c13a50e52aab453473255d08c216238 (patch) | |
tree | e9d427b2c65fb04365f690a28d24bc43b82fc904 /include | |
parent | In my book this is a GA showstopper, but I'm volunteering here and I (diff) | |
download | apache2-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.h | 2 |
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 |