summaryrefslogtreecommitdiff
path: root/include/user/appmgr.h
diff options
context:
space:
mode:
authorHimanshu Goel2016-09-09 18:55:10 -0400
committerGitHub2016-09-09 18:55:10 -0400
commitdb7e980518ffa0ce9c8db22e78bef35a991a35ad (patch)
tree3ea5424e2e6db73d2617fc54968dce6818b36890 /include/user/appmgr.h
parentMerge pull request #44 from frangarcj/master (diff)
downloadvds-libraries-db7e980518ffa0ce9c8db22e78bef35a991a35ad.tar.gz
Add function signature for _sceAppMgrDestroyAppByName
Diffstat (limited to '')
-rw-r--r--include/user/appmgr.h2
1 files changed, 2 insertions, 0 deletions
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);
/**