diff options
author | devnoname120 | 2017-02-10 08:12:15 +0100 |
---|---|---|
committer | devnoname120 | 2017-02-10 08:12:15 +0100 |
commit | 1ed99323a85cd7a32d4e4df2cfdac57c293d293d (patch) | |
tree | 620f224ef360aae9977f1f464fdb1de9557fa27b /include/user/promoterutil.h | |
parent | Added many SceSysrootForKernel functions (diff) | |
download | vds-libraries-1ed99323a85cd7a32d4e4df2cfdac57c293d293d.tar.gz |
Switch license to MIT
Close #104
Diffstat (limited to 'include/user/promoterutil.h')
-rw-r--r-- | include/user/promoterutil.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/user/promoterutil.h b/include/user/promoterutil.h index 117b4c3..c3d2009 100644 --- a/include/user/promoterutil.h +++ b/include/user/promoterutil.h @@ -31,11 +31,9 @@ int scePromoterUtilityExit(void); /** * Delete a package from the LiveArea. * - * @param[in] *titleid - * * @return 0 on success. */ -int scePromoterUtilityDeletePkg(const char *titleid); +int scePromoterUtilityDeletePkg(void *unk); /** * Update the LiveArea ressources of an app |