X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fvfs_int.h;h=4961f085bff131a747690bd49d2255193be17df6;hb=dd2491a82880ed9b01b5d66b1814d271921797a4;hp=8ecef3b0eb7b1e0031ca34df683c27ecb24d2a0d;hpb=ee9c3126fc8c693418a9f1216245a0576c0582d4;p=tpg%2Facess2.git diff --git a/Kernel/include/vfs_int.h b/Kernel/include/vfs_int.h index 8ecef3b0..4961f085 100644 --- a/Kernel/include/vfs_int.h +++ b/Kernel/include/vfs_int.h @@ -47,7 +47,7 @@ extern tVFS_Mount *gVFS_Mounts; // === PROTOTYPES === // --- open.c --- extern char *VFS_GetAbsPath(const char *Path); -extern tVFS_Node *VFS_ParsePath(const char *Path, char **TruePath); +extern tVFS_Node *VFS_ParsePath(const char *Path, char **TruePath, tVFS_Mount **MountPoint); extern tVFS_Handle *VFS_GetHandle(int FD); // --- acls.c --- extern int VFS_CheckACL(tVFS_Node *Node, Uint Permissions);