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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/irc/proxy/module.h b/src/irc/proxy/module.h
index 1defd0ce..8eecfc5c 100644
--- a/src/irc/proxy/module.h
+++ b/src/irc/proxy/module.h
@@ -11,14 +11,14 @@ typedef struct {
char *ircnet;
int tag;
- int handle;
+ GIOChannel *handle;
} LISTEN_REC;
typedef struct {
LINEBUF_REC *buffer;
char *nick;
- int handle;
+ GIOChannel *handle;
int tag;
char *proxy_address;