mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Revert "Delete unused function net_ip_compare()"
This reverts commit cb5f3cba1f.
This commit is contained in:
parent
b8b90c76d4
commit
da59fd7c2d
2 changed files with 15 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ 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);
|
||||
|
||||
int net_connect_ip_handle(const IPADDR *ip, int port, const IPADDR *my_ip);
|
||||
|
||||
/* Connect to socket with ip address and SSL*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue