From 812660fd1d49bec7129d4c32a8493038a48385d7 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Thu, 20 Sep 2012 09:55:17 -0400 Subject: Add and improve OpenRecoveryScript support Improve zip finding in ORS engine Add support for restoring with just a backup name --- partitions.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'partitions.hpp') diff --git a/partitions.hpp b/partitions.hpp index 32c4f453a..c253d3b83 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -173,6 +173,7 @@ public: virtual int Fix_Permissions(); // Fixes permissions in /system and /data virtual int usb_storage_enable(void); // Enable USB storage mode virtual int usb_storage_disable(void); // Disable USB storage mode + virtual void Mount_All_Storage(void); // Mounts all storage locations private: bool Make_MD5(bool generate_md5, string Backup_Folder, string Backup_Filename); // Generates an MD5 after a backup is made -- cgit v1.2.3