From db7e980518ffa0ce9c8db22e78bef35a991a35ad Mon Sep 17 00:00:00 2001 From: Himanshu Goel Date: Fri, 9 Sep 2016 18:55:10 -0400 Subject: Add function signature for _sceAppMgrDestroyAppByName --- include/user/appmgr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/user/appmgr.h') diff --git a/include/user/appmgr.h b/include/user/appmgr.h index 516462f..5348b2f 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -59,6 +59,8 @@ typedef struct SceAppMgrExecOptParam SceAppMgrExecOptParam; // Missing struct #define SCE_APPMGR_MAX_APP_NAME_LENGTH (31) +int _sceAppMgrDestroyAppByName(char *name); + int _sceAppMgrGetAppState(SceAppMgrAppState *appState, uint32_t len, uint32_t version); /** -- cgit v1.2.3