X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fserver_util.h;h=665647f062967b17093f119555fc77e1d461c624;hb=f5655eda8412bc7b03b6162cad01ad612719ad4a;hp=9cfe16070e7e753f96cb0779cb5151ae4dfb41ac;hpb=9a3032f7fd59939bcdce2ef4401dd2b84b7df637;p=silc.git diff --git a/apps/silcd/server_util.h b/apps/silcd/server_util.h index 9cfe1607..665647f0 100644 --- a/apps/silcd/server_util.h +++ b/apps/silcd/server_util.h @@ -81,4 +81,8 @@ bool silc_server_name_bad_chars(const char *name, uint32 name_len); allocated nickname that does not include bad characters. */ char *silc_server_name_modify_bad(const char *name, uint32 name_len); +/* Find number of sockets by IP address indicated by `ip'. Returns 0 if + socket connections with the IP address does not exist. */ +uint32 silc_server_num_sockets_by_ip(SilcServer server, const char *ip); + #endif /* SERVER_UTIL_H */