summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2010-09-15 20:12:34 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-15 20:12:34 +0200
commit76445f3aef388aac78369c2107ea61a1638dfa91 (patch)
treeb153dacf0dcb4535496dd6854a68a8f998f02472 /common.h
parentam 8e5e4dad: close update package before installing; allow remount (diff)
parent(cherry-pick) support installing any .zip file on the sdcard (diff)
downloadandroid_bootable_recovery-76445f3aef388aac78369c2107ea61a1638dfa91.tar
android_bootable_recovery-76445f3aef388aac78369c2107ea61a1638dfa91.tar.gz
android_bootable_recovery-76445f3aef388aac78369c2107ea61a1638dfa91.tar.bz2
android_bootable_recovery-76445f3aef388aac78369c2107ea61a1638dfa91.tar.lz
android_bootable_recovery-76445f3aef388aac78369c2107ea61a1638dfa91.tar.xz
android_bootable_recovery-76445f3aef388aac78369c2107ea61a1638dfa91.tar.zst
android_bootable_recovery-76445f3aef388aac78369c2107ea61a1638dfa91.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 a767b58e8..29b37bb9d 100644
--- a/common.h
+++ b/common.h
@@ -37,7 +37,7 @@ void ui_print(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
// 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);