From: Changgyu Choi Date: Mon, 5 Dec 2022 08:24:01 +0000 (+0900) Subject: Add a missing API keyword X-Git-Tag: accepted/tizen/unified/20231219.160412~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82502f053d9497782007de639d7ea0e30fc4fd37;p=platform%2Fcore%2Fappfw%2Fslp-pkgmgr.git Add a missing API keyword Change-Id: Ib6a34b916dc69fe1201cb5a440d6cb68652e20b0 Signed-off-by: Changgyu Choi --- diff --git a/client/src/pkgmgr.c b/client/src/pkgmgr.c index d08f8f3..de6dfe6 100644 --- a/client/src/pkgmgr.c +++ b/client/src/pkgmgr.c @@ -1809,8 +1809,8 @@ API int pkgmgr_client_clear_user_data(pkgmgr_client *pc, const char *pkg_type, _getuid()); } -int pkgmgr_client_usr_clear_user_data_with_path(pkgmgr_client *pc, const char *pkg_type, - const char *pkgid, const char *file_path, +API int pkgmgr_client_usr_clear_user_data_with_path(pkgmgr_client *pc, + const char *pkg_type, const char *pkgid, const char *file_path, pkgmgr_mode mode, uid_t uid) { GVariant *result;