From 95bae642629e395919fe1f49179aae1b157ace62 Mon Sep 17 00:00:00 2001 From: Sangyoon Jang Date: Tue, 7 Jul 2015 10:25:59 +0900 Subject: [PATCH] Fix pkgmgrinfo_client_listen_status Change-Id: I9481873c97965bb2bfa71f076cdde8280a352817 Signed-off-by: Sangyoon Jang --- include/pkgmgr-info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pkgmgr-info.h b/include/pkgmgr-info.h index 1577dd3..8e45ca8 100644 --- a/include/pkgmgr-info.h +++ b/include/pkgmgr-info.h @@ -5583,7 +5583,7 @@ static int set_app_guestmode_visibility(const char *appid, bool value) * @brief type definition. */ typedef void pkgmgrinfo_client; -typedef int (*pkgmgrinfo_handler)(int req_id, const char *pkg_type, +typedef int (*pkgmgrinfo_handler)(uid_t target_uid, int req_id, const char *pkg_type, const char *pkgid, const char *key, const char *val, const void *pmsg, void *data); -- 2.7.4