diff options
Diffstat (limited to 'src/irc/proxy/module.h')
-rw-r--r-- | src/irc/proxy/module.h | 4 |
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; |