Kernel - VFS API Update - ReadDir caller provided buffer
[tpg/acess2.git] / KernelLand / Modules / Filesystems / NTFS / main.c
index 87f2a09..b9c4b8d 100644 (file)
 #include "common.h"
 #include <modules.h>
 
-// === IMPORTS ===
-extern char    *NTFS_ReadDir(tVFS_Node *Node, int Pos);
-extern tVFS_Node       *NTFS_FindDir(tVFS_Node *Node, const char *Name);
-
 // === PROTOTYPES ===
  int   NTFS_Install(char **Arguments);
 tVFS_Node      *NTFS_InitDevice(const char *Devices, const char **Options);

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