diff options
author | Michal Marek <mmarek@suse.cz> | 2013-01-12 16:36:07 -0500 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2013-01-12 16:36:07 -0500 |
commit | 02f3e53a131c8aa3fe3c954058f1add5beeae621 (patch) | |
tree | 660dd7b51f64418922557b4f6cef636fbe305412 /scripts/kconfig | |
parent | a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565 (diff) | |
parent | 77bdcfe5484fef0da899ec8e74b08dd21b031f66 (diff) |
Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/rc-fixes
Diffstat (limited to 'scripts/kconfig')
-rw-r--r-- | scripts/kconfig/lxdialog/dialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/lxdialog/dialog.h b/scripts/kconfig/lxdialog/dialog.h index ee17a5264d5b..307022a8beef 100644 --- a/scripts/kconfig/lxdialog/dialog.h +++ b/scripts/kconfig/lxdialog/dialog.h | |||
@@ -221,7 +221,6 @@ int dialog_menu(const char *title, const char *prompt, | |||
221 | const void *selected, int *s_scroll); | 221 | const void *selected, int *s_scroll); |
222 | int dialog_checklist(const char *title, const char *prompt, int height, | 222 | int dialog_checklist(const char *title, const char *prompt, int height, |
223 | int width, int list_height); | 223 | int width, int list_height); |
224 | extern char dialog_input_result[]; | ||
225 | int dialog_inputbox(const char *title, const char *prompt, int height, | 224 | int dialog_inputbox(const char *title, const char *prompt, int height, |
226 | int width, const char *init); | 225 | int width, const char *init); |
227 | 226 | ||