summaryrefslogtreecommitdiff
path: root/src/core/network.h
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@irssi.org>2010-04-03 20:04:15 +0000
committerahf <ahf@dbcabf3a-b0e7-0310-adc4-f8d773084564>2010-04-03 20:04:15 +0000
commitdf1d7a78147805119f045036fc87c23e2c5c8094 (patch)
tree5e8570821f4bc103b006e9c634a1984a7f8967b8 /src/core/network.h
parentdd23f39f090f22d404dd15e40d411f9f8d65a38f (diff)
downloadirssi-df1d7a78147805119f045036fc87c23e2c5c8094.zip
glib iochannel fixes from exg.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5137 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/network.h')
-rw-r--r--src/core/network.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/network.h b/src/core/network.h
index 8583724c..142a1793 100644
--- a/src/core/network.h
+++ b/src/core/network.h
@@ -41,6 +41,8 @@ struct _IPADDR {
extern IPADDR ip4_any;
+GIOChannel *g_io_channel_new(int handle);
+
/* returns 1 if IPADDRs are the same */
int net_ip_compare(IPADDR *ip1, IPADDR *ip2);