Release version 0.8.0
[platform/core/appfw/pkgmgr-info.git] / src / pkgmgrinfo_private.h
index fd2b636..333b5e3 100644 (file)
@@ -174,7 +174,6 @@ typedef enum _pkgmgrinfo_appinfo_join_flag {
        E_PMINFO_APPINFO_JOIN_CATEGORY = 0x0002,
        E_PMINFO_APPINFO_JOIN_APP_CONTROL = 0x0004,
        E_PMINFO_APPINFO_JOIN_METADATA = 0x0008,
-       E_PMINFO_APPINFO_JOIN_APPINFO_FOR_UID = 0x0010,
 } pkgmgrinfo_appinfo_join_flag;
 
 typedef struct _pkgmgr_pkginfo_x {
@@ -314,6 +313,7 @@ int __appinfo_check_installed_storage(application_x *appinfo);
 int __open_db(const char *path, sqlite3 **db, int flags);
 char *__get_type_from_path(const char *pkg_path);
 pkg_plugin_set *__load_library(const char *pkg_type);
+void __unload_library(const char *pkg_type);
 
 #define GLOBAL_USER tzplatform_getuid(TZ_SYS_GLOBALAPP_USER)
 #define REGULAR_USER 5000