diff options
Diffstat (limited to 'src/irc/proxy/proxy.h')
-rw-r--r-- | src/irc/proxy/proxy.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/irc/proxy/proxy.h b/src/irc/proxy/proxy.h index f37e9c95..620ea605 100644 --- a/src/irc/proxy/proxy.h +++ b/src/irc/proxy/proxy.h @@ -9,17 +9,18 @@ typedef struct { int port; + char *port_or_path; char *ircnet; int tag; GIOChannel *handle; GSList *clients; + } LISTEN_REC; typedef struct { - char *nick, *host; - int port; + char *nick, *addr; NET_SENDBUF_REC *handle; int recv_tag; char *proxy_address; |