summaryrefslogtreecommitdiffstats
path: root/install/include/install/wipe_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'install/include/install/wipe_device.h')
-rw-r--r--install/include/install/wipe_device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/include/install/wipe_device.h b/install/include/install/wipe_device.h
index 903ddfdcd..19e7c65bf 100644
--- a/install/include/install/wipe_device.h
+++ b/install/include/install/wipe_device.h
@@ -24,6 +24,7 @@
// Wipes the current A/B device, with a secure wipe of all the partitions in RECOVERY_WIPE.
bool WipeAbDevice(Device* device, size_t wipe_package_size);
+bool WipeAbDevice(Device* device, Package* wipe_package);
// Reads the "recovery.wipe" entry in the zip archive returns a list of partitions to wipe.
std::vector<std::string> GetWipePartitionList(Package* wipe_package);