fix build error 14/54814/1
authorJunghoon Park <jh9216.park@samsung.com>
Fri, 18 Dec 2015 04:59:35 +0000 (13:59 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Fri, 18 Dec 2015 04:59:35 +0000 (13:59 +0900)
Change-Id: I7ec9b2e8b82e240bc4d5cb3e4e42156dc7a5b514
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
src/pkginfo.c

index 537023e..274ae6a 100644 (file)
@@ -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;