summaryrefslogtreecommitdiffstats
path: root/support/kconfig/lkc.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/kconfig/lkc.h')
-rw-r--r--support/kconfig/lkc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/kconfig/lkc.h b/support/kconfig/lkc.h
index f8aee5fc6d..09f4edfdc9 100644
--- a/support/kconfig/lkc.h
+++ b/support/kconfig/lkc.h
@@ -86,7 +86,8 @@ const char *conf_get_autoconfig_name(void);
char *conf_get_default_confname(void);
void sym_set_change_count(int count);
void sym_add_change_count(int count);
-void conf_set_all_new_symbols(enum conf_def_mode mode);
+bool conf_set_all_new_symbols(enum conf_def_mode mode);
+void set_all_choice_values(struct symbol *csym);
struct conf_printer {
void (*print_symbol)(FILE *, struct symbol *, const char *, void *);
OpenPOWER on IntegriCloud