Support legacy image for backward-compatibility
[platform/core/appfw/app2sd.git] / plugin / app2sd / server / app2sd_internals.h
index 0d63709..4c37e02 100644 (file)
@@ -163,6 +163,9 @@ int _app2sd_initialize_db();
 /* this function is used to get password from db */
 char *_app2sd_get_password_from_db(const char *pkgid, uid_t uid);
 
+/* this function is used to get filename from db */
+char *_app2sd_get_filename_from_db(const char *pkgid, uid_t uid);
+
 /* this function removes info from db */
 int _app2sd_remove_info_from_db(const char *pkgid, uid_t uid);
 
@@ -193,6 +196,8 @@ int _app2sd_dmcrypt_close_device(const char *pkgid, uid_t uid);
 
 /* this function find associated dmcrypt device node */
 char *_app2sd_find_associated_dmcrypt_device_node(const char *pkgid, uid_t uid);
+
+int _app2sd_check_is_luks_device(const char *device_path);
 #endif
 
 #endif