X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/f11e2ad2b95de4d70097e47706c2bd39f95f2aff..853058531aa2387ce1e8ab77ec9b416e70c6bffa:/include/hash.h diff --git a/include/hash.h b/include/hash.h index a28a8d4..6dc2d4e 100644 --- a/include/hash.h +++ b/include/hash.h @@ -45,7 +45,7 @@ extern struct Dictionary *nd_dict; #define U_MAX_BITS 17 #define U_MAX 131072 /* 2^17 */ -/* Client fd hash table size, used in hash.c */ +/* Client fd hash table size, used in hash.c */ #define CLI_FD_MAX 4096 /* Channel hash table size, hash.c/s_debug.c */ @@ -101,8 +101,8 @@ extern void del_from_resv_hash(const char *name, struct ConfItem *aconf); extern struct ConfItem *hash_find_resv(const char *name); extern void clear_resv_hash(void); -void add_to_cli_fd_hash(struct Client *client_p); -void del_from_cli_fd_hash(struct Client *client_p); +void add_to_cli_fd_hash(struct Client *client_p); +void del_from_cli_fd_hash(struct Client *client_p); struct Client *find_cli_fd_hash(int fd); extern void hash_stats(struct Client *);