summaryrefslogtreecommitdiff
path: root/include/user/promoterutil.h
diff options
context:
space:
mode:
authorSunguk Lee2016-11-29 00:19:05 +0900
committerdevnoname1202017-02-11 09:10:04 +0100
commitf7bb07ee157dca5b743d448af39dcba9c089ae55 (patch)
tree1f0c061b348f84e24a976dc47bd12ea5ba07932a /include/user/promoterutil.h
parentMerge pull request #133 from vitasdk/mit (diff)
downloadvds-libraries-f7bb07ee157dca5b743d448af39dcba9c089ae55.tar.gz
Rename argument of scePromoterUtilityDeletePkg
`void *unk` to `const char *titleid` https://github.com/vitasdk/vita-headers/pull/101#discussion_r89012646
Diffstat (limited to 'include/user/promoterutil.h')
-rw-r--r--include/user/promoterutil.h4
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