summaryrefslogtreecommitdiff
path: root/include/kernel/sblauthmgr.h
diff options
context:
space:
mode:
authorPrincess of Sleeping2020-06-26 21:32:02 +0900
committerGitHub2020-06-26 21:32:02 +0900
commit55725cf5ec61ac9b3685bc4952095475da5c9178 (patch)
tree54ea391c4683431e073e5c75efa1e30f0c369f93 /include/kernel/sblauthmgr.h
parentFix modulemgr two function arg name and document (diff)
downloadvds-libraries-55725cf5ec61ac9b3685bc4952095475da5c9178.tar.gz
Fix many args (#451)
Changes document and variable types
Diffstat (limited to 'include/kernel/sblauthmgr.h')
-rw-r--r--include/kernel/sblauthmgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel/sblauthmgr.h b/include/kernel/sblauthmgr.h
index 0b5f64d..43b7fd2 100644
--- a/include/kernel/sblauthmgr.h
+++ b/include/kernel/sblauthmgr.h
@@ -8,7 +8,7 @@ extern "C" {
#endif
int sceSblAuthMgrClearDmac5Key(int slot_id, int val);
-int sceSblAuthMgrSetDmac5Key(const void *key, size_t keylen, int slot_id, int key_id);
+int sceSblAuthMgrSetDmac5Key(const void *key, SceSize keylen, int slot_id, int key_id);
#ifdef __cplusplus
}