Fix pkgmgrinfo_client_listen_status 06/43006/1
authorSangyoon Jang <s89.jang@samsung.com>
Tue, 7 Jul 2015 01:25:59 +0000 (10:25 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Tue, 7 Jul 2015 01:25:59 +0000 (10:25 +0900)
Change-Id: I9481873c97965bb2bfa71f076cdde8280a352817
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
include/pkgmgr-info.h

index 1577dd3..8e45ca8 100644 (file)
@@ -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);