X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FFilesystems%2FNTFS%2Fcommon.h;h=d6b11e8a5a523143ae25725f94ac4e0743196a91;hb=015f48988e0ff398409d71dfc692005ab439490a;hp=312bee74de4a59f13d7100ccd78295aad71c0136;hpb=4d184c30a3385600c0d87a2f93b4259c8c973e73;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Filesystems/NTFS/common.h b/KernelLand/Modules/Filesystems/NTFS/common.h index 312bee74..d6b11e8a 100644 --- a/KernelLand/Modules/Filesystems/NTFS/common.h +++ b/KernelLand/Modules/Filesystems/NTFS/common.h @@ -150,7 +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); +extern tVFS_Node *NTFS_FindDir(tVFS_Node *Node, const char *Name, Uint Flags); #endif