From 8674a726ff05a4a6c09c6934778c251635f130a8 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Wed, 15 Sep 2010 11:08:23 -0700 Subject: (cherry-pick) support installing any .zip file on the sdcard Replaces the "install sdcard:update zip" menu option with one that displays a menu of zip files (and subdirs) on the sdcard and lets you pick which one to install. Change-Id: Icff541525f2fdfc8939a91af626ecc386ac9dd07 --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.h') 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); -- cgit v1.2.3