summaryrefslogtreecommitdiffstats
path: root/openrecoveryscript.hpp
diff options
context:
space:
mode:
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