summaryrefslogtreecommitdiff
path: root/MetadataCrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'MetadataCrypt.h')
-rw-r--r--MetadataCrypt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MetadataCrypt.h b/MetadataCrypt.h
index f6d6b8ec..2c07a143 100644
--- a/MetadataCrypt.h
+++ b/MetadataCrypt.h
@@ -28,8 +28,8 @@ namespace vold {
void defaultkey_precreate_dm_device();
bool fscrypt_mount_metadata_encrypted(const std::string& block_device,
const std::string& mount_point, bool needs_encrypt,
- bool should_format, const std::string& fs_type,
- const std::string& zoned_device);
+ bool should_format, const std::string& fs_type, bool is_zoned,
+ const std::vector<std::string>& user_devices);
bool defaultkey_volume_keygen(KeyGeneration* gen);