summaryrefslogtreecommitdiffstats
path: root/socks.h
diff options
context:
space:
mode:
Diffstat (limited to 'socks.h')
-rw-r--r--socks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/socks.h b/socks.h
index 702aa06..b748bb3 100644
--- a/socks.h
+++ b/socks.h
@@ -43,12 +43,14 @@ struct socks_proxy_info {
char server[128];
int port;
+ char authfile[256];
};
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);