aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2010-06-09 12:19:41 -0700
committerKoushik Dutta <koushd@gmail.com>2010-06-09 12:19:41 -0700
commitf4e3a67a38db617e1da144b09412659ad337ceb9 (patch)
tree00e6061442cd90f6267aa3078d0ca03be5f49e71 /common.h
parentcd9e3ce55be11772d1cf9a3dab2ca0d0e1ab7525 (diff)
downloadbootable_recovery-f4e3a67a38db617e1da144b09412659ad337ceb9.zip
bootable_recovery-f4e3a67a38db617e1da144b09412659ad337ceb9.tar.gz
bootable_recovery-f4e3a67a38db617e1da144b09412659ad337ceb9.tar.bz2
support or devices that do not have a trackball or enter button.
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 594f6d6..81d9029 100644
--- a/common.h
+++ b/common.h
@@ -39,7 +39,7 @@ void ui_set_show_text(int value);
// Display some header text followed by a menu of items, which appears
// at the top of the screen (in place of any scrolling ui_print()
// output, if necessary).
-void ui_start_menu(char** headers, char** items);
+int ui_start_menu(char** headers, char** items);
// Set the menu highlight to the given index, and return it (capped to
// the range [0..numitems).
int ui_menu_select(int sel);