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