From: Bradley Nicholes Date: Wed, 14 Nov 2001 18:19:32 +0000 (+0000) Subject: Fixed ap_listeners so that it will be included in the AWK generated export lists X-Git-Tag: 2.0.29~137 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22eea3fa9c13a50e52aab453473255d08c216238;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/include/ap_listen.h b/include/ap_listen.h index 7cb2c3c18e8..98b25981bbc 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