diff options
author | bigbiff bigbiff <bigbiff@teamw.in> | 2016-09-06 03:04:51 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2017-11-27 16:32:30 +0100 |
commit | 19fb79c722622ac4a068e258501ab4b161420cda (patch) | |
tree | 87791149590c18e019d20818dd61279e3b4829b2 /openrecoveryscript.hpp | |
parent | Improve greek translation (diff) | |
download | android_bootable_recovery-19fb79c722622ac4a068e258501ab4b161420cda.tar android_bootable_recovery-19fb79c722622ac4a068e258501ab4b161420cda.tar.gz android_bootable_recovery-19fb79c722622ac4a068e258501ab4b161420cda.tar.bz2 android_bootable_recovery-19fb79c722622ac4a068e258501ab4b161420cda.tar.lz android_bootable_recovery-19fb79c722622ac4a068e258501ab4b161420cda.tar.xz android_bootable_recovery-19fb79c722622ac4a068e258501ab4b161420cda.tar.zst android_bootable_recovery-19fb79c722622ac4a068e258501ab4b161420cda.zip |
Diffstat (limited to 'openrecoveryscript.hpp')
-rw-r--r-- | openrecoveryscript.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openrecoveryscript.hpp b/openrecoveryscript.hpp index f442746c7..08062239d 100644 --- a/openrecoveryscript.hpp +++ b/openrecoveryscript.hpp @@ -1,5 +1,5 @@ /* - Copyright 2012 bigbiff/Dees_Troy TeamWin + Copyright 2012 - 2017 TeamWin This file is part of TWRP/TeamWin Recovery Project. TWRP is free software: you can redistribute it and/or modify @@ -40,8 +40,6 @@ public: static int Run_OpenRecoveryScript_Action(); // Actually runs the ORS scripts for the GUI action static void Call_After_CLI_Command(VoidFunction fn) { call_after_cli_command = fn; } static void Run_CLI_Command(const char* command); // Runs a command for orscmd (twrp binary) - static int Backup_ADB_Command(string Options); // Runs adbbackup - static int Restore_ADB_Backup(); // Restore adb backup through ors static int remountrw(); // Remount system and vendor rw }; |