Commit cf1665cb authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

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
parent 718fab16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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