summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2010-04-08 23:36:55 +0200
committerDoug Zongker <dougz@android.com>2010-04-08 23:36:55 +0200
commitbe598881d079511385a88b12b7a14b97e63dc85e (patch)
tree9aa801d27685f8f247ff7b72bd94529192570e7b /common.h
parentam 52219a68: (-s ours) DO NOT MERGE Encrypted File Systems integration. Recovery changes. (diff)
downloadandroid_bootable_recovery-be598881d079511385a88b12b7a14b97e63dc85e.tar
android_bootable_recovery-be598881d079511385a88b12b7a14b97e63dc85e.tar.gz
android_bootable_recovery-be598881d079511385a88b12b7a14b97e63dc85e.tar.bz2
android_bootable_recovery-be598881d079511385a88b12b7a14b97e63dc85e.tar.lz
android_bootable_recovery-be598881d079511385a88b12b7a14b97e63dc85e.tar.xz
android_bootable_recovery-be598881d079511385a88b12b7a14b97e63dc85e.tar.zst
android_bootable_recovery-be598881d079511385a88b12b7a14b97e63dc85e.zip
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 ff577c259..e5409c2d1 100644
--- a/common.h
+++ b/common.h
@@ -36,7 +36,7 @@ void ui_print(const char *fmt, ...);
// 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);
+void ui_start_menu(char** headers, char** items, int initial_selection);
// Set the menu highlight to the given index, and return it (capped to
// the range [0..numitems).
int ui_menu_select(int sel);