X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FFilesystems%2FNTFS%2Fmain.c;h=b9c4b8dd5b9bde0457f9dccdf3005c58faf22305;hb=bffac877be10357e17ba29ffce8978efc405afdd;hp=87f2a09aa87b26851911c0971b40636c6706dc9d;hpb=3a8670fa06b6be062caead81737848fcb01b0c60;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Filesystems/NTFS/main.c b/KernelLand/Modules/Filesystems/NTFS/main.c index 87f2a09a..b9c4b8dd 100644 --- a/KernelLand/Modules/Filesystems/NTFS/main.c +++ b/KernelLand/Modules/Filesystems/NTFS/main.c @@ -11,10 +11,6 @@ #include "common.h" #include -// === 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);