diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2015-09-22 17:43:31 +0200 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2015-09-22 17:43:31 +0200 |
commit | 2d69deb0a36516bac9514c6d53a1389b0a4b031a (patch) | |
tree | 7187386b84c626c66a7f56a2ad9140647dc236d7 /src/core/servers.h | |
parent | 5ced71e1ac5cf74e46115ade90fa9004e6fe1493 (diff) | |
parent | 564829610de20f75ec667f1943524c3a49b9ea3f (diff) | |
download | irssi-2d69deb0a36516bac9514c6d53a1389b0a4b031a.zip |
Merge pull request #290 from LemonBoy/ipv6
Network and IPv{4,6} related changes
Diffstat (limited to 'src/core/servers.h')
-rw-r--r-- | src/core/servers.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/servers.h b/src/core/servers.h index f39c650b..314faa32 100644 --- a/src/core/servers.h +++ b/src/core/servers.h @@ -67,8 +67,7 @@ void server_connect_failed(SERVER_REC *server, const char *msg); void server_change_nick(SERVER_REC *server, const char *nick); /* Update own IPv4 and IPv6 records */ -void server_connect_own_ip_save(SERVER_CONNECT_REC *conn, - IPADDR *ip4, IPADDR *ip6); +void server_connect_own_ip_save(SERVER_CONNECT_REC *conn, IPADDR *ip); /* `optlist' should contain only one unknown key - the server tag. returns NULL if there was unknown -option */ |