X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Fsilcd%2Fserver_util.h;h=1c9c5ee09a5291a1f6e2e8b72115a35bf7e6a294;hp=62b3d60fef2527d0c76e14f23fa2d783345e83e9;hb=816a5b080c797c0db47b7b274a85646343c3466e;hpb=c257b555225193e54d85daf541d29578b3c93882 diff --git a/apps/silcd/server_util.h b/apps/silcd/server_util.h index 62b3d60f..1c9c5ee0 100644 --- a/apps/silcd/server_util.h +++ b/apps/silcd/server_util.h @@ -94,14 +94,6 @@ bool silc_server_client_on_channel(SilcClientEntry client, SilcChannelEntry channel, SilcChannelClientEntry *chl); -/* Checks string for bad characters and returns TRUE if they are found. */ -bool silc_server_name_bad_chars(const char *name, SilcUInt32 name_len); -bool silc_server_name_bad_chchars(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, 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. */ SilcUInt32 silc_server_num_sockets_by_ip(SilcServer server, const char *ip,