mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Fix warnings.
Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
This commit is contained in:
parent
1f57ceec4c
commit
939371aa1d
3 changed files with 4 additions and 4 deletions
|
|
@ -36,7 +36,7 @@ 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(IPADDR *ip, int port, IPADDR *my_ip);
|
||||
int net_connect_ip_handle(const IPADDR *ip, int port, const IPADDR *my_ip);
|
||||
|
||||
/* Connect to socket */
|
||||
GIOChannel *net_connect(const char *addr, int port, IPADDR *my_ip) G_GNUC_DEPRECATED;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue