X-Git-Url: http://git.pk910.de/?p=NextIRCd.git;a=blobdiff_plain;f=src%2Fircd_users.c;h=9faaacd2d9bfb1f9a30b0e5c21c5aeb6dbc46acc;hp=8e5b39f5a5cc771afc361953107b979481ce13b9;hb=b71e2c21fa000761fa80d66597f880496d9f45f2;hpb=40162886a576c23a3ac2189dede4cb8216bc0c8e diff --git a/src/ircd_users.c b/src/ircd_users.c index 8e5b39f..9faaacd 100644 --- a/src/ircd_users.c +++ b/src/ircd_users.c @@ -14,9 +14,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - -#include - #include "struct_user.h" struct UserDictEntry { @@ -29,9 +26,13 @@ struct UserDict { struct UserDictEntry *users[65536]; // 2^16 (first 16 bit of nickhash as identifier) }; - void find_user_by_nick(char *nick) { //calculate checksum //search in UserDict //ask trusted server multicast } + +int is_nick_valid(char *nick) { + +} +