commit | a9483087a0d238cd01d953aa0b4650dbd3a977c6 | [log] [tgz] |
---|---|---|
author | Koushik K. Dutta <koushd@gmail.com> | Sun Mar 07 21:47:41 2010 -0800 |
committer | Koushik K. Dutta <koushd@gmail.com> | Sun Mar 07 21:47:41 2010 -0800 |
tree | 11d653c7f0fd37234c79c404ca67a645d37dc0e7 | |
parent | 13d8fccf50c21e3fe7f84120e53150c55a15e1b2 [diff] [blame] |
add backup_rom and restore_rom to amend scripts
diff --git a/extendedcommands.h b/extendedcommands.h index 5629c41..12d6107 100644 --- a/extendedcommands.h +++ b/extendedcommands.h
@@ -16,11 +16,17 @@ void ui_set_show_text(int value); -void +int do_nandroid_backup(); +int +do_nandroid_restore(); + void show_nandroid_restore_menu(); void -do_mount_usb_storage(); \ No newline at end of file +do_mount_usb_storage(); + +void +show_choose_zip_menu();