]> jfr.im git - solanum.git/blobdiff - include/hash.h
ircd: rewrite SOCKET_ERROR as I_SOCKET_ERROR
[solanum.git] / include / hash.h
index a2bb56bd4e870420d9dd7aa76eb6f603dd368746..1a5a66ba15be233935fceaf0c204b584d27b0dfb 100644 (file)
 #define INCLUDED_hash_h
 
 struct Dictionary;
-struct irc_radixtree;
+struct rb_radixtree;
 
 extern struct Dictionary *nd_dict;
-extern struct irc_radixtree *resv_tree;
-extern struct irc_radixtree *channel_tree;
+extern struct rb_radixtree *resv_tree;
+extern struct rb_radixtree *channel_tree;
 
 /* Magic value for FNV hash functions */
 #define FNV1_32_INIT 0x811c9dc5UL