X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/01ebafc985a61059c60e3989a1e9917d6a7576ca..6227ed01af8a2e5d805bef74a91152d26fb5add7:/include/hash.h diff --git a/include/hash.h b/include/hash.h index 01f0d74..9766022 100644 --- a/include/hash.h +++ b/include/hash.h @@ -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); -void del_from_cli_fd_hash(struct Client *client_p); -struct Client *find_cli_fd_hash(int fd); - extern void hash_stats(struct Client *); #endif /* INCLUDED_hash_h */