diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2015-05-18 17:23:03 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2015-05-27 16:22:49 +0200 |
commit | eb32b1ff00878e7b01453450fcd04ecb9fcbba52 (patch) | |
tree | a25888903dd6c07d14afa46ccce41d1779b8e975 /gui/objects.hpp | |
parent | Only include uncrypt if not in system/core (diff) | |
download | android_bootable_recovery-eb32b1ff00878e7b01453450fcd04ecb9fcbba52.tar android_bootable_recovery-eb32b1ff00878e7b01453450fcd04ecb9fcbba52.tar.gz android_bootable_recovery-eb32b1ff00878e7b01453450fcd04ecb9fcbba52.tar.bz2 android_bootable_recovery-eb32b1ff00878e7b01453450fcd04ecb9fcbba52.tar.lz android_bootable_recovery-eb32b1ff00878e7b01453450fcd04ecb9fcbba52.tar.xz android_bootable_recovery-eb32b1ff00878e7b01453450fcd04ecb9fcbba52.tar.zst android_bootable_recovery-eb32b1ff00878e7b01453450fcd04ecb9fcbba52.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/objects.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp index e70053e3b..ee0f08b8f 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -359,6 +359,8 @@ protected: int stopmtp(std::string arg); int flashimage(std::string arg); int cancelbackup(std::string arg); + int checkpartitionlifetimewrites(std::string arg); + int mountsystemtoggle(std::string arg); int simulate; }; |