X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Fsilcd%2Fserver_util.h;h=b7e040451df8ed31cc705a83aaf50f1013f3d9e3;hp=665647f062967b17093f119555fc77e1d461c624;hb=a818c5b5411bbc4436d1c5f011236985c96bb787;hpb=7910ce2a5c55211a4ea09a52832c6ed32c0b64fd diff --git a/apps/silcd/server_util.h b/apps/silcd/server_util.h index 665647f0..b7e04045 100644 --- a/apps/silcd/server_util.h +++ b/apps/silcd/server_util.h @@ -75,14 +75,14 @@ bool silc_server_client_on_channel(SilcClientEntry client, SilcChannelEntry channel); /* Checks string for bad characters and returns TRUE if they are found. */ -bool silc_server_name_bad_chars(const char *name, uint32 name_len); +bool silc_server_name_bad_chars(const char *name, SilcUInt32 name_len); /* Modifies the `nick' if it includes bad characters and returns new allocated nickname that does not include bad characters. */ -char *silc_server_name_modify_bad(const char *name, uint32 name_len); +char *silc_server_name_modify_bad(const char *name, SilcUInt32 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); +SilcUInt32 silc_server_num_sockets_by_ip(SilcServer server, const char *ip); #endif /* SERVER_UTIL_H */