From 2b3a3ca5dfb33ba9767a36c2ac949d878a5dc25b Mon Sep 17 00:00:00 2001 From: henri Date: Mon, 22 Apr 2013 19:29:58 +0000 Subject: [PATCH] Fixed ProxyAction extern declaration. --- nsock/src/nsock_connect.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nsock/src/nsock_connect.c b/nsock/src/nsock_connect.c index 9ea3a2d28..e262fc538 100644 --- a/nsock/src/nsock_connect.c +++ b/nsock/src/nsock_connect.c @@ -66,7 +66,8 @@ #include -extern struct proxy_actions *ProxyActions; +/* Defined in nsock_proxy.c */ +extern struct proxy_actions ProxyActions[]; /* Create the actual socket (nse->iod->sd) underlying the iod. This unblocks the