From be598881d079511385a88b12b7a14b97e63dc85e Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Thu, 8 Apr 2010 14:36:55 -0700 Subject: 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: I85c94c0e9bc8e05ca52031fc29ca2624c2695ced --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.h') diff --git a/common.h b/common.h index ff577c2..e5409c2 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); -- cgit v1.1