Add ode_internal_encryption_mount_ex API
[platform/core/security/ode.git] / lib / internal-encryption.h
index 882a464..15b76db 100644 (file)
@@ -18,6 +18,7 @@
 #define __INTERNAL_ENCRYPTION_CLIENT_H__
 
 #include <string>
+#include <vector>
 
 #include "rmi/internal-encryption.h"
 #include "client.h"
@@ -31,7 +32,7 @@ public:
 
        int setMountPassword(const std::string& password);
 
-       int mount();
+       int mount(const std::vector<unsigned char> &mk, unsigned int options);
        int umount();
 
        int encrypt(const std::string& password, unsigned int options);