Merge branch 'gingerbread' of git://github.com/CyanogenMod/android_bootable_recovery into gingerbread

This commit is contained in:
root 2011-06-04 03:00:06 +01:00
commit ab0f3f79d6
2 changed files with 10 additions and 2 deletions

View File

@ -632,8 +632,6 @@ int extendedcommand_file_exists()
return 0 == stat(EXTENDEDCOMMAND_SCRIPT, &file_info);
}
void process_volumes();
int edify_main(int argc, char** argv) {
load_volume_table();
process_volumes();

View File

@ -47,3 +47,13 @@ void create_fstab();
int has_datadata();
void handle_failure(int ret);
void process_volumes();
int extendedcommand_file_exists();
void show_install_update_menu();
int confirm_selection(const char* title, const char* confirm);
int run_and_remove_extendedcommand();