]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/newconf.h
dlink -> rb_dlink
[irc/rqf/shadowircd.git] / include / newconf.h
index 720f154995fa3b7359e63631b222ac80837c0a75..ea2d8e995e7d893730717df4e321cf352f013a0e 100644 (file)
@@ -24,10 +24,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;
 };