]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/hash.h
Importing changes from ircd-ratbox revision r25203, this fixes libratbox/src/openssl...
[irc/rqf/shadowircd.git] / include / hash.h
index 01f0d74c5fd71dbce934931c2385c024b72edea5..9766022152728d0a85b349ce2857f36d13936692 100644 (file)
@@ -98,10 +98,6 @@ 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);\r
-void del_from_cli_fd_hash(struct Client *client_p);\r
-struct Client *find_cli_fd_hash(int fd);
-
 extern void hash_stats(struct Client *);
 
 #endif /* INCLUDED_hash_h */