X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/d7f753cd3aad6e997b9da85f6973890501496ea1..853058531aa2387ce1e8ab77ec9b416e70c6bffa:/include/newconf.h diff --git a/include/newconf.h b/include/newconf.h index d35e539..53d3371 100644 --- a/include/newconf.h +++ b/include/newconf.h @@ -6,13 +6,6 @@ #ifndef _NEWCONF_H_INCLUDED #define _NEWCONF_H_INCLUDED -#include - -#include - -#include "tools.h" -#include "client.h" - struct ConfEntry { const char *cf_name; @@ -27,7 +20,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; };