From c8bafa1cc16f32014a819c3614d222066f7e7555 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Thu, 10 Jan 2013 15:43:00 +0000 Subject: More Samsung sdcard crypto fixes --- crypto/libcrypt_samsung/include/libcrypt_samsung.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crypto/libcrypt_samsung/include') diff --git a/crypto/libcrypt_samsung/include/libcrypt_samsung.h b/crypto/libcrypt_samsung/include/libcrypt_samsung.h index 48c7b3e6d..2fb6f2c4f 100644 --- a/crypto/libcrypt_samsung/include/libcrypt_samsung.h +++ b/crypto/libcrypt_samsung/include/libcrypt_samsung.h @@ -133,6 +133,9 @@ typedef int (*mount_ecryptfs_drive_t)( int unmount_ecryptfs_drive( const char *source); +typedef int (*unmount_ecryptfs_drive_t)( + const char *source); + ////////////////////////////////////////////////////////////////////////////// #endif // #ifndef __LIBCRYPT_SAMSUNG_H__ -- cgit v1.2.3