DiskTool - Fiddling towards compiling
[tpg/acess2.git] / Tools / DiskTool / src / vfs_handles.c
index 53c932f..42fa659 100644 (file)
@@ -4,6 +4,11 @@
 #include <vfs_int.h>
 
 // === CODE ===
+int VFS_AllocHandle(int bKernel)
+{
+       return 0;
+}
+
 tVFS_Handle *VFS_GetHandle(int ID)
 {
        return NULL;

UCC git Repository :: git.ucc.asn.au