diff options
Diffstat (limited to 'include/user')
-rw-r--r-- | include/user/promoterutil.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |