]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/hash.h
target change: use fnv32 hash of UID instead of pointer to identify clients
[irc/rqf/shadowircd.git] / include / hash.h
index 4a6e72e79482f8469297de21bcdaa501ca6a5253..dbe1ccaed8824aee553e31908756e9a711d1f832 100644 (file)
@@ -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 */