]> granicus.if.org Git - apache/commitdiff
Fixed ap_listeners so that it will be included in the AWK generated export lists
authorBradley Nicholes <bnicholes@apache.org>
Wed, 14 Nov 2001 18:19:32 +0000 (18:19 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 14 Nov 2001 18:19:32 +0000 (18:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91948 13f79535-47bb-0310-9956-ffa450edef68

include/ap_listen.h

index 7cb2c3c18e8542eddbb7d58eff130655f6676bbb..98b25981bbc38d6e57e23154bf02af1caaa12586 100644 (file)
@@ -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