Commit 83e24385 authored by Gregg L. Smith's avatar Gregg L. Smith
Browse files

Add missing proxy export symbol.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1694915 13f79535-47bb-0310-9956-ffa450edef68
parent 5d861db4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -282,6 +282,7 @@ $(OBJDIR)/mod_proxy.imp: NWGNUproxy
	@echo $(DL) ap_proxy_connect_backend,$(DL)>> $@
	@echo $(DL) ap_proxy_connect_to_backend,$(DL)>> $@
	@echo $(DL) ap_proxy_connection_create,$(DL)>> $@
	@echo $(DL) ap_proxy_connection_reusable,$(DL)>> $@
	@echo $(DL) ap_proxy_cookie_reverse_map,$(DL)>> $@
	@echo $(DL) ap_proxy_create_hdrbrgd,$(DL)>> $@
	@echo $(DL) ap_proxy_define_balancer,$(DL)>> $@