summaryrefslogtreecommitdiff
path: root/libs/JSystem/JKernel/JKRFileCache.cpp
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2021-02-20 10:25:31 -0500
committerPheenoh <pheenoh@gmail.com>2021-02-20 10:25:31 -0500
commitd102f73e7a1bb18745cdedc034baee3c88aeb065 (patch)
tree8ec4492439f311ab670ed99e5cc5d40118522237 /libs/JSystem/JKernel/JKRFileCache.cpp
parentb0499177ef7e08594fbac1665d1ac6f8dc9d0d47 (diff)
parent5c83d2532c610dc9eb5fb4f36c250174c79964e4 (diff)
Merge branch 'master' of https://github.com/zeldaret/tp
Diffstat (limited to 'libs/JSystem/JKernel/JKRFileCache.cpp')
-rw-r--r--libs/JSystem/JKernel/JKRFileCache.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/libs/JSystem/JKernel/JKRFileCache.cpp b/libs/JSystem/JKernel/JKRFileCache.cpp
index 5fbc070120..c2e08e088a 100644
--- a/libs/JSystem/JKernel/JKRFileCache.cpp
+++ b/libs/JSystem/JKernel/JKRFileCache.cpp
@@ -5,20 +5,14 @@
#include "JSystem/JKernel/JKRHeap/JKRHeap.h"
#include "dvd/dvd.h"
#include "global.h"
+#include "msl_c/string.h"
extern "C" {
-char* strcat(char*, const char*);
-char* strcpy(char*, const char*);
-char* strrchr(char*, int);
-int strcmp(const char*, const char*);
-int tolower(int);
-u32 strlen(const char*);
void __dl__FPv(void);
void __dt__10JSUPtrLinkFv(void);
void free__7JKRHeapFPv(void);
void free__7JKRHeapFPvP7JKRHeap(void);
void getDvdPathName__12JKRFileCacheCFPCc(void);
-void memcpy(void*, const void*, int);
void remove__10JSUPtrListFP10JSUPtrLink(void);
}