X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=KernelLand%2FModules%2FFilesystems%2FNTFS%2Fmain.c;h=b9c4b8dd5b9bde0457f9dccdf3005c58faf22305;hb=4ebe00546574e97c5316881881f7f2562deea74b;hp=87f2a09aa87b26851911c0971b40636c6706dc9d;hpb=bf62604f78c2d8bc88cac3664e15ed02c6e6d581;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);