CKM: no more "empty password for lockscreen" logics.
[platform/core/test/security-tests.git] / tests / ckm / ckm-common.h
index 8372653..822a064 100644 (file)
@@ -115,3 +115,7 @@ public:
 private:
     CharPtr m_original_label;
 };
+
+void unlock_user_data(uid_t user_id, const char *passwd);
+void remove_user_data(uid_t user_id);
+void reset_user_data(uid_t user_id, const char *passwd);