mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Mark net_ip_compare() deprecated
This commit is contained in:
parent
da59fd7c2d
commit
233be9f580
@ -33,8 +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);
|
||||
/* Returns 1 if IPADDRs are the same. */
|
||||
/* Deprecated since it is unused. It will be deleted in a later release. */
|
||||
int net_ip_compare(IPADDR *ip1, IPADDR *ip2) G_GNUC_DEPRECATED;
|
||||
|
||||
int net_connect_ip_handle(const IPADDR *ip, int port, const IPADDR *my_ip);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user