working recovery image!
diff --git a/recovery_ui.h b/recovery_ui.h
index 1aabbdf..4d3d3e2 100644
--- a/recovery_ui.h
+++ b/recovery_ui.h
@@ -61,13 +61,15 @@
#define HIGHLIGHT_UP -2
#define HIGHLIGHT_DOWN -3
#define SELECT_ITEM -4
+#define GO_BACK -5
#define ITEM_REBOOT 0
#define ITEM_APPLY_SDCARD 1
#define ITEM_WIPE_DATA 2
#define ITEM_WIPE_CACHE 3
-#define ITEM_SIG_CHECK 4
-#define ITEM_ASSERTS 5
+#define ITEM_INSTALL_ZIP 4
+#define ITEM_SIG_CHECK 5
+#define ITEM_ASSERTS 6
// Header text to display above the main menu.
extern char* MENU_HEADERS[];
@@ -75,4 +77,10 @@
// Text of menu items.
extern char* MENU_ITEMS[];
+int
+get_menu_selection(char** headers, char** items, int menu_only);
+
+void
+set_sdcard_update_bootloader_message();
+
#endif