Kernel - Added 'Flags' param to VFS Read/Write/FindDir
[tpg/acess2.git] / KernelLand / Modules / Filesystems / NTFS / common.h
index 598120d..d6b11e8 100644 (file)
@@ -150,4 +150,8 @@ typedef struct sNTFS_FILE_Attrib
        };
 } PACKED       tNTFS_FILE_Attrib;
 
+// -- dir.c
+extern int     NTFS_ReadDir(tVFS_Node *Node, int Pos, char Dest[FILENAME_MAX]);
+extern tVFS_Node       *NTFS_FindDir(tVFS_Node *Node, const char *Name, Uint Flags);
+
 #endif

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