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