mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
glib iochannel fixes from exg.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5137 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
dd23f39f09
commit
df1d7a7814
6 changed files with 39 additions and 34 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue