summaryrefslogtreecommitdiffstats
path: root/modules/proxy/mod_proxy.h
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2016-02-05 01:16:52 +0100
committerRainer Jung <rjung@apache.org>2016-02-05 01:16:52 +0100
commitfa29d04871ab786349b362fdb95db2ab7fe34e2d (patch)
treee06b0f99063a71db98458c6168a241d9360ada26 /modules/proxy/mod_proxy.h
parentAdd new exported symbols to the Netware make (diff)
downloadapache2-fa29d04871ab786349b362fdb95db2ab7fe34e2d.tar.xz
apache2-fa29d04871ab786349b362fdb95db2ab7fe34e2d.zip
Guess some platforms need PROXY_DECLARE_DATA
for data shared between proxy modules and declared to be extern. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728572 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--modules/proxy/mod_proxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h
index 09671af22c..95c948e7f0 100644
--- a/modules/proxy/mod_proxy.h
+++ b/modules/proxy/mod_proxy.h
@@ -92,8 +92,8 @@ typedef struct {
} proxy_wstat_t;
/* These 2 are in mod_proxy.c */
-extern proxy_hcmethods_t proxy_hcmethods[];
-extern proxy_wstat_t proxy_wstat_tbl[];
+PROXY_DECLARE_DATA extern proxy_hcmethods_t proxy_hcmethods[];
+PROXY_DECLARE_DATA extern proxy_wstat_t proxy_wstat_tbl[];
#define BALANCER_PREFIX "balancer://"