X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Flkc.h;fp=config%2Flkc.h;h=d4ca8297364f95a5770bab01e1d70211e778fe99;hp=73d3f01f17363ed7d41052f0a65bdc97e56067f9;hb=1b6776a5e7db5eec1a0e3b900b47096cb20e5aa3;hpb=e3e1a89e3de8763c8c202758c7f1fae2e245efed diff --git a/config/lkc.h b/config/lkc.h index 73d3f01..d4ca829 100644 --- a/config/lkc.h +++ b/config/lkc.h @@ -34,6 +34,8 @@ enum conf_def_mode { def_default, def_yes, def_mod, + def_y2m, + def_m2y, def_no, def_random }; @@ -52,6 +54,7 @@ const char *conf_get_configname(void); void sym_set_change_count(int count); void sym_add_change_count(int count); bool conf_set_all_new_symbols(enum conf_def_mode mode); +void conf_rewrite_mod_or_yes(enum conf_def_mode mode); void set_all_choice_values(struct symbol *csym); /* confdata.c and expr.c */