X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FFilesystems%2FNTFS%2Fcommon.h;h=d6b11e8a5a523143ae25725f94ac4e0743196a91;hb=015f48988e0ff398409d71dfc692005ab439490a;hp=598120d27c9023e7260448f114ce9ccd58355afa;hpb=51ab5f489bc356940c95cc936fd0508e8f07ea97;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Filesystems/NTFS/common.h b/KernelLand/Modules/Filesystems/NTFS/common.h index 598120d2..d6b11e8a 100644 --- a/KernelLand/Modules/Filesystems/NTFS/common.h +++ b/KernelLand/Modules/Filesystems/NTFS/common.h @@ -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