summaryrefslogtreecommitdiff
path: root/src/irc/proxy/proxy.h
diff options
context:
space:
mode:
authorHans Nielsen <hans@stackallocated.com>2014-06-24 23:45:35 -0700
committerHans Nielsen <hans@stackallocated.com>2015-02-24 19:52:17 -0800
commitaaa0f73eac88316978c65fb0f0c8b5d23d1dc100 (patch)
treeb69ae89b011fea5f113ee48b7d16895ec9e75b52 /src/irc/proxy/proxy.h
parentd27c54486f3e5656445b43affd37f17d1338a6ce (diff)
downloadirssi-aaa0f73eac88316978c65fb0f0c8b5d23d1dc100.zip
Make proxy messages include more detail and add status command
Diffstat (limited to 'src/irc/proxy/proxy.h')
-rw-r--r--src/irc/proxy/proxy.h1
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;