diff options
Diffstat (limited to 'src/irc/proxy/proxy.h')
-rw-r--r-- | src/irc/proxy/proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/proxy/proxy.h b/src/irc/proxy/proxy.h index 4ddc9da9..158b0675 100644 --- a/src/irc/proxy/proxy.h +++ b/src/irc/proxy/proxy.h @@ -19,6 +19,7 @@ typedef struct { typedef struct { char *nick, *host; + int port; NET_SENDBUF_REC *handle; int recv_tag; char *proxy_address; |