summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunghoon Park <jh9216.park@samsung.com>2015-12-18 13:59:35 +0900
committerJunghoon Park <jh9216.park@samsung.com>2015-12-18 13:59:35 +0900
commit1011339ce664c232562558122084aaa3034f556d (patch)
tree3647608d1074c48f6152fb88dd319fbae500188c
parentf0db2d790946023970eee88ab86b9c5b838f555b (diff)
downloadaul-1-1011339ce664c232562558122084aaa3034f556d.tar.gz
aul-1-1011339ce664c232562558122084aaa3034f556d.tar.bz2
aul-1-1011339ce664c232562558122084aaa3034f556d.zip
fix build error
Change-Id: I7ec9b2e8b82e240bc4d5cb3e4e42156dc7a5b514 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
-rw-r--r--src/pkginfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkginfo.c b/src/pkginfo.c
index 537023e3..274ae6a7 100644
--- a/src/pkginfo.c
+++ b/src/pkginfo.c
@@ -250,7 +250,7 @@ API int aul_app_get_pkgid_bypid(int pid, char *pkgid, int len)
return aul_app_get_pkgid_bypid_for_uid(pid, pkgid, len, getuid());
}
-SLPAPI int aul_delete_rua_history(bundle *b)
+API int aul_delete_rua_history(bundle *b)
{
app_pkt_t *ret = NULL;
bundle_raw *br = NULL;