Fix type mismatch in ode_internal_encryption_mount_ex 97/183597/1 accepted/tizen/4.0/unified/20180709.132331 submit/tizen_4.0/20180709.045808
authorJaemin Ryu <jm77.ryu@samsung.com>
Mon, 9 Jul 2018 02:22:15 +0000 (11:22 +0900)
committerJaemin Ryu <jm77.ryu@samsung.com>
Mon, 9 Jul 2018 02:22:15 +0000 (11:22 +0900)
Change-Id: Id0356844f4307f5e5697210a26d61bf63779d071
Signed-off-by: Jaemin Ryu <jm77.ryu@samsung.com>
lib/ode/internal-encryption.h

index 951cd99..7959644 100644 (file)
@@ -88,7 +88,7 @@ ODE_API int ode_internal_encryption_mount();
  * @see         ode_internal_encryption_umount()
  */
 
-ODE_API int ode_internal_encryption_mount_ex(const unsigned char *mk, int option);
+ODE_API int ode_internal_encryption_mount_ex(const unsigned char *mk, unsigned int option);
 
 /**
  * @brief       Umount internal storage