Kernel/vfs - Fixing OpenInode support
[tpg/acess2.git] / Kernel / include / vfs_int.h
index 8ecef3b..4961f08 100644 (file)
@@ -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);

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