From 6ed34b7f61c144a09d457d608290eea81aae702d Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Fri, 25 Jan 2013 15:01:29 +0000 Subject: Use GUI for ORS instead of console only --- openrecoveryscript.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openrecoveryscript.hpp') 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 -- cgit v1.2.3