summaryrefslogtreecommitdiffstats
path: root/include/storage/IMountService.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/storage/IMountService.h')
-rw-r--r--include/storage/IMountService.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/storage/IMountService.h b/include/storage/IMountService.h
index c3d34d8..b04be8a 100644
--- a/include/storage/IMountService.h
+++ b/include/storage/IMountService.h
@@ -71,6 +71,7 @@ public:
virtual bool getMountedObbPath(const String16& filename, String16& path) = 0;
virtual int32_t decryptStorage(const String16& password) = 0;
virtual int32_t encryptStorage(const String16& password) = 0;
+ virtual int32_t encryptWipeStorage(const String16& password) = 0;
};
// ----------------------------------------------------------------------------