updates.
[silc.git] / lib / silcutil / silcnet.h
index 8445d1413138cf1050bdd1e72613d951ef075cf3..7522e5a1b2c244fd5c0d43f12ebd79d81cba2393 100644 (file)
@@ -32,6 +32,7 @@ int silc_net_set_socket_nonblock(int sock);
 int silc_net_set_socket_opt(int sock, int level, int option, int on);
 int silc_net_is_ip(const char *addr);
 bool silc_net_check_host_by_sock(int sock, char **hostname, char **ip);
+bool silc_net_check_local_by_sock(int sock, char **hostname, char **ip);
 uint16 silc_net_get_remote_port(int sock);
 uint16 silc_net_get_local_port(int sock);
 char *silc_net_localhost();