]> jfr.im git - solanum.git/blobdiff - include/hash.h
ircd: rewrite SOCKET_ERROR as I_SOCKET_ERROR
[solanum.git] / include / hash.h
index 55340e46a2f50ca77765d723b72ea8a21287d5f0..1a5a66ba15be233935fceaf0c204b584d27b0dfb 100644 (file)
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
- *
- *  $Id: hash.h 3177 2007-02-01 00:19:14Z jilles $
  */
 
 #ifndef INCLUDED_hash_h
 #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