diff options
Diffstat (limited to 'scripts/kconfig/lxdialog/dialog.h')
-rw-r--r-- | scripts/kconfig/lxdialog/dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/lxdialog/dialog.h b/scripts/kconfig/lxdialog/dialog.h index 35ca0286d105..2a01cdfae5a8 100644 --- a/scripts/kconfig/lxdialog/dialog.h +++ b/scripts/kconfig/lxdialog/dialog.h | |||
@@ -211,7 +211,7 @@ int dialog_yesno(const char *title, const char *prompt, int height, int width); | |||
211 | int dialog_msgbox(const char *title, const char *prompt, int height, | 211 | int dialog_msgbox(const char *title, const char *prompt, int height, |
212 | int width, int pause); | 212 | int width, int pause); |
213 | int dialog_textbox(const char *title, const char *file, int height, int width, | 213 | int dialog_textbox(const char *title, const char *file, int height, int width, |
214 | int *keys); | 214 | int *keys, int *_vscroll, int *_hscroll); |
215 | int dialog_menu(const char *title, const char *prompt, | 215 | int dialog_menu(const char *title, const char *prompt, |
216 | const void *selected, int *s_scroll); | 216 | const void *selected, int *s_scroll); |
217 | int dialog_checklist(const char *title, const char *prompt, int height, | 217 | int dialog_checklist(const char *title, const char *prompt, int height, |