From 5a379b428b1c56ae78833aa3b35da30a22cfa190 Mon Sep 17 00:00:00 2001 From: Sunguk Lee Date: Tue, 29 Nov 2016 00:19:05 +0900 Subject: Rename argument of scePromoterUtilityDeletePkg `void *unk` to `const char *titleid` https://github.com/vitasdk/vita-headers/pull/101#discussion_r89012646 --- include/user/promoterutil.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/user') diff --git a/include/user/promoterutil.h b/include/user/promoterutil.h index c3d2009..117b4c3 100644 --- a/include/user/promoterutil.h +++ b/include/user/promoterutil.h @@ -31,9 +31,11 @@ int scePromoterUtilityExit(void); /** * Delete a package from the LiveArea. * + * @param[in] *titleid + * * @return 0 on success. */ -int scePromoterUtilityDeletePkg(void *unk); +int scePromoterUtilityDeletePkg(const char *titleid); /** * Update the LiveArea ressources of an app -- cgit v1.2.3