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
|
|
@ -147,7 +147,7 @@ GIOChannel *net_connect(const char *addr, int port, IPADDR *my_ip)
|
|||
return net_connect_ip(ip, port, my_ip);
|
||||
}
|
||||
|
||||
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)
|
||||
{
|
||||
union sockaddr_union so;
|
||||
int handle, ret, opt = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue