diff options
Diffstat (limited to 'src/core/server-connect-rec.h')
-rw-r--r-- | src/core/server-connect-rec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/server-connect-rec.h b/src/core/server-connect-rec.h index 0186f964..f1b3d075 100644 --- a/src/core/server-connect-rec.h +++ b/src/core/server-connect-rec.h @@ -6,7 +6,7 @@ int chat_type; /* chat_protocol_lookup(xx) */ /* if we're connecting via proxy, or just NULLs */ char *proxy; int proxy_port; -char *proxy_string; +char *proxy_string, *proxy_password; unsigned short family; /* 0 = don't care, AF_INET or AF_INET6 */ char *address; |