commit | eebf44563bf9c6f2795442e8d2bc886e4eb3bbbe | [log] [tgz] |
---|---|---|
author | Paul Crowley <paulcrowley@google.com> | Tue May 19 12:34:09 2015 +0100 |
committer | Paul Crowley <paulcrowley@google.com> | Wed Jun 03 15:00:25 2015 +0100 |
tree | 2ee8dc7783e0494714df3b6f13ad403e4f0765e6 | |
parent | e1762fa8e0b561c2318cd4bef143a36ea342dc3f [diff] [blame] |
Add "cryptfs deleteuserkey" command to vold. Bug: 19706593 Change-Id: I8c97f23316d1a122e24e7627a0422fa180504ba1
diff --git a/Ext4Crypt.h b/Ext4Crypt.h index c502b62..f5c2871 100644 --- a/Ext4Crypt.h +++ b/Ext4Crypt.h
@@ -20,5 +20,6 @@ const char* value); int e4crypt_set_user_crypto_policies(const char *path); int e4crypt_create_new_user_dir(const char *user_handle, const char *path); +int e4crypt_delete_user_key(const char *user_handle); __END_DECLS