]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/newconf.h
class.c fixed
[irc/rqf/shadowircd.git] / include / newconf.h
index d35e53952c72dd63758cf8eaf52471582f798128..dfc46232511d2df7036959c813ae6267d79fafd9 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <stdio.h>
 
-#include "tools.h"
 #include "client.h"
 
 struct ConfEntry
@@ -27,7 +26,7 @@ struct TopConf
        const char *tc_name;
        int (*tc_sfunc) (struct TopConf *);
        int (*tc_efunc) (struct TopConf *);
-       dlink_list tc_items;
+       rb_dlink_list tc_items;
        struct ConfEntry *tc_entries;
 };