]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/newconf.h
Fix some tracking for cmode +r.
[irc/rqf/shadowircd.git] / include / newconf.h
index 720f154995fa3b7359e63631b222ac80837c0a75..dfc46232511d2df7036959c813ae6267d79fafd9 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <stdio.h>
 
-#include "tools.h"
 #include "client.h"
 
 struct ConfEntry
@@ -24,10 +23,10 @@ struct ConfEntry
 
 struct TopConf
 {
-       char *tc_name;
+       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;
 };