diff options
Diffstat (limited to 'crypto/lollipop')
-rw-r--r-- | crypto/lollipop/cryptfs.c | 2 | ||||
-rw-r--r-- | crypto/lollipop/cryptfs.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/crypto/lollipop/cryptfs.c b/crypto/lollipop/cryptfs.c index c6586cc49..496b960ad 100644 --- a/crypto/lollipop/cryptfs.c +++ b/crypto/lollipop/cryptfs.c @@ -725,7 +725,7 @@ errout: return retval; } -static int delete_crypto_blk_dev(char *name) +int delete_crypto_blk_dev(char *name) { int fd; char buffer[DM_CRYPT_BUF_SIZE]; diff --git a/crypto/lollipop/cryptfs.h b/crypto/lollipop/cryptfs.h index 8cb8a7a32..bc8b463ee 100644 --- a/crypto/lollipop/cryptfs.h +++ b/crypto/lollipop/cryptfs.h @@ -213,6 +213,7 @@ extern "C" { int cryptfs_check_passwd(char *pw); int cryptfs_verify_passwd(char *newpw); int cryptfs_get_password_type(void); + int delete_crypto_blk_dev(char *name); #ifdef __cplusplus } #endif |