X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/6bfe3faec07793896f60e5c9b67319034989bdcb..4d17e288b419ed53a94b2d1daa6a139e42675a6c:/include/hash.h diff --git a/include/hash.h b/include/hash.h index 4a6e72e..dbe1cca 100644 --- a/include/hash.h +++ b/include/hash.h @@ -100,10 +100,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); -extern void add_to_help_hash(const char *name, struct cachefile *hptr); -extern void clear_help_hash(void); -extern struct cachefile *hash_find_help(const char *name, int flags); - extern void hash_stats(struct Client *); #endif /* INCLUDED_hash_h */