summaryrefslogtreecommitdiff
path: root/libs/JSystem/JKernel/JKRFileCache.cpp
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2021-01-31 15:33:34 -0500
committerPheenoh <pheenoh@gmail.com>2021-01-31 15:33:34 -0500
commit90578d539ac54bd39e110a2a603dd63b94881d91 (patch)
tree48e8916ec300afcfc92079edfa9d8e4585998b71 /libs/JSystem/JKernel/JKRFileCache.cpp
parentf893c39194d14633f5d56e50a9449aaa9af441bc (diff)
remove functions.h
Diffstat (limited to 'libs/JSystem/JKernel/JKRFileCache.cpp')
-rw-r--r--libs/JSystem/JKernel/JKRFileCache.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/libs/JSystem/JKernel/JKRFileCache.cpp b/libs/JSystem/JKernel/JKRFileCache.cpp
index 7df37a11dd..6cc3f0aa1e 100644
--- a/libs/JSystem/JKernel/JKRFileCache.cpp
+++ b/libs/JSystem/JKernel/JKRFileCache.cpp
@@ -5,6 +5,22 @@
#include "dvd/dvd.h"
#include "global.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);
+}
+
JKRFileCache* JKRFileCache::mount(const char* path, JKRHeap* heap, const char* param_3) {
if (!path || *path != '/') {
return NULL;