diff options
Diffstat (limited to 'crypto/ics/cryptfs.h')
-rw-r--r-- | crypto/ics/cryptfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ics/cryptfs.h b/crypto/ics/cryptfs.h index eee43b3bc..8c8037659 100644 --- a/crypto/ics/cryptfs.h +++ b/crypto/ics/cryptfs.h @@ -76,6 +76,7 @@ struct crypt_mnt_ftr { #ifdef __cplusplus extern "C" { #endif + int cryptfs_check_footer(void); int cryptfs_check_passwd(const char *pw); #ifdef __cplusplus } |