summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/socks.h
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/src/openvpn/socks.h')
-rw-r--r--openvpn/src/openvpn/socks.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/openvpn/src/openvpn/socks.h b/openvpn/src/openvpn/socks.h
index b748bb3f..b55ff6fb 100644
--- a/openvpn/src/openvpn/socks.h
+++ b/openvpn/src/openvpn/socks.h
@@ -51,8 +51,7 @@ void socks_adjust_frame_parameters (struct frame *frame, int proto);
struct socks_proxy_info *socks_proxy_new (const char *server,
int port,
const char *authfile,
- bool retry,
- struct auto_proxy_info *auto_proxy_info);
+ bool retry);
void socks_proxy_close (struct socks_proxy_info *sp);