summaryrefslogtreecommitdiff
path: root/src/irc/proxy/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/proxy/module.h')
-rw-r--r--src/irc/proxy/module.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/irc/proxy/module.h b/src/irc/proxy/module.h
index 35aa7297..4116b716 100644
--- a/src/irc/proxy/module.h
+++ b/src/irc/proxy/module.h
@@ -21,9 +21,8 @@ typedef struct {
LINEBUF_REC *buffer;
char *nick, *host;
- GIOChannel *handle;
- int tag;
-
+ NET_SENDBUF_REC *handle;
+ int recv_tag;
char *proxy_address;
LISTEN_REC *listen;
IRC_SERVER_REC *server;