X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/212380e3f42f585dc1ea927402252eb943f91f7b..d94b1e4014170d924bbfae8f9e59057e7a6c3fa3:/include/newconf.h diff --git a/include/newconf.h b/include/newconf.h index 720f154..dfc4623 100644 --- a/include/newconf.h +++ b/include/newconf.h @@ -10,7 +10,6 @@ #include -#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; };