From 82502f053d9497782007de639d7ea0e30fc4fd37 Mon Sep 17 00:00:00 2001 From: Changgyu Choi Date: Mon, 5 Dec 2022 17:24:01 +0900 Subject: [PATCH] Add a missing API keyword Change-Id: Ib6a34b916dc69fe1201cb5a440d6cb68652e20b0 Signed-off-by: Changgyu Choi --- client/src/pkgmgr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.7.4