diff options
Diffstat (limited to 'scripts/kconfig/lxdialog/dialog.h')
-rw-r--r-- | scripts/kconfig/lxdialog/dialog.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/kconfig/lxdialog/dialog.h b/scripts/kconfig/lxdialog/dialog.h index 7e17eba75ae8..c4ad37fd922c 100644 --- a/scripts/kconfig/lxdialog/dialog.h +++ b/scripts/kconfig/lxdialog/dialog.h | |||
@@ -187,10 +187,9 @@ int item_is_tag(char tag); | |||
187 | int on_key_esc(WINDOW *win); | 187 | int on_key_esc(WINDOW *win); |
188 | int on_key_resize(void); | 188 | int on_key_resize(void); |
189 | 189 | ||
190 | void init_dialog(const char *backtitle); | 190 | int init_dialog(const char *backtitle); |
191 | void set_dialog_backtitle(const char *backtitle); | 191 | void set_dialog_backtitle(const char *backtitle); |
192 | void reset_dialog(void); | 192 | void end_dialog(int x, int y); |
193 | void end_dialog(void); | ||
194 | void attr_clear(WINDOW * win, int height, int width, chtype attr); | 193 | void attr_clear(WINDOW * win, int height, int width, chtype attr); |
195 | void dialog_clear(void); | 194 | void dialog_clear(void); |
196 | void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); | 195 | void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); |