summaryrefslogtreecommitdiffstats
path: root/openrecoveryscript.hpp
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-01-25 16:01:29 +0100
committerDees_Troy <dees_troy@teamw.in>2013-01-25 16:10:48 +0100
commit6ed34b7f61c144a09d457d608290eea81aae702d (patch)
treef1d6a3d3b680fb69e7e9520e4e92e564f594e119 /openrecoveryscript.hpp
parentConvert AOSP commands to ORS for encrypted devices (diff)
downloadandroid_bootable_recovery-6ed34b7f61c144a09d457d608290eea81aae702d.tar
android_bootable_recovery-6ed34b7f61c144a09d457d608290eea81aae702d.tar.gz
android_bootable_recovery-6ed34b7f61c144a09d457d608290eea81aae702d.tar.bz2
android_bootable_recovery-6ed34b7f61c144a09d457d608290eea81aae702d.tar.lz
android_bootable_recovery-6ed34b7f61c144a09d457d608290eea81aae702d.tar.xz
android_bootable_recovery-6ed34b7f61c144a09d457d608290eea81aae702d.tar.zst
android_bootable_recovery-6ed34b7f61c144a09d457d608290eea81aae702d.zip
Diffstat (limited to 'openrecoveryscript.hpp')
-rw-r--r--openrecoveryscript.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openrecoveryscript.hpp b/openrecoveryscript.hpp
index 2c7a81e41..1017d9068 100644
--- a/openrecoveryscript.hpp
+++ b/openrecoveryscript.hpp
@@ -37,7 +37,7 @@ public:
static int Install_Command(string Zip); // Installs a zip
static string Locate_Zip_File(string Path, string File); // Attempts to locate the zip file in storage
static int Backup_Command(string Options); // Runs a backup
-
+ static void Run_OpenRecoveryScript(); // Starts the GUI Page for running OpenRecoveryScript
};
#endif // _OPENRECOVERYSCRIPT_HPP