Change hash_nickname() to take a const char * argument

This commit is contained in:
Kevin Easton
2015-10-28 21:38:26 +11:00
parent a24f1d12ec
commit f2262d5b01
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ void BX_clear_sorted_nicklist(NickList **);
Flooding *BX_find_name_in_floodlist(char *, char *, HashEntry *, unsigned int, int);
Flooding *BX_add_name_to_floodlist(char *, char *, char *, HashEntry *, unsigned int);
unsigned long hash_nickname(char *, unsigned int);
unsigned long hash_nickname(const char *, unsigned int);
#endif