]> granicus.if.org Git - apache/commitdiff
seems to work better in this order
authorStefan Eissing <icing@apache.org>
Fri, 5 Feb 2016 10:41:00 +0000 (10:41 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 5 Feb 2016 10:41:00 +0000 (10:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728631 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.h

index 95c948e7f02ed7f24451a19e943482eeabc8803a..985e4589db6354358a07089cd127dab862586c2c 100644 (file)
@@ -91,10 +91,6 @@ typedef struct {
     const char *name;
 } proxy_wstat_t;
 
-/* These 2 are in mod_proxy.c */
-PROXY_DECLARE_DATA extern proxy_hcmethods_t proxy_hcmethods[];
-PROXY_DECLARE_DATA extern proxy_wstat_t proxy_wstat_tbl[];
-
 #define BALANCER_PREFIX "balancer://"
 
 #if APR_CHARSET_EBCDIC
@@ -562,6 +558,11 @@ struct proxy_balancer_method {
 #define PROXY_DECLARE_DATA             __declspec(dllimport)
 #endif
 
+
+/* These 2 are in mod_proxy.c */
+PROXY_DECLARE_DATA extern proxy_hcmethods_t proxy_hcmethods[];
+PROXY_DECLARE_DATA extern proxy_wstat_t proxy_wstat_tbl[];
+
 /* Following 4 from health check */
 APR_DECLARE_OPTIONAL_FN(void, hc_show_exprs, (request_rec *));
 APR_DECLARE_OPTIONAL_FN(void, hc_select_exprs, (request_rec *, const char *));