From 6005430c9ace1b4ce8fcbbf0a6cb3817671bf78d Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Mon, 17 Dec 2012 11:48:28 +0000 Subject: [PATCH] Added missing exports for NetWare. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1422874 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/NWGNUproxy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/proxy/NWGNUproxy b/modules/proxy/NWGNUproxy index deb5232c34..b6b9e28167 100644 --- a/modules/proxy/NWGNUproxy +++ b/modules/proxy/NWGNUproxy @@ -285,6 +285,8 @@ $(OBJDIR)/mod_proxy.imp: @echo $(DL) ap_proxy_define_balancer,$(DL)>> $@ @echo $(DL) ap_proxy_define_worker,$(DL)>> $@ @echo $(DL) ap_proxy_determine_connection,$(DL)>> $@ + @echo $(DL) ap_proxy_find_balancershm,$(DL)>> $@ + @echo $(DL) ap_proxy_find_workershm,$(DL)>> $@ @echo $(DL) ap_proxy_get_balancer,$(DL)>> $@ @echo $(DL) ap_proxy_get_worker,$(DL)>> $@ @echo $(DL) ap_proxy_hashfunc,$(DL)>> $@ -- 2.50.1