X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fvfs_int.h;fp=Kernel%2Finclude%2Fvfs_int.h;h=d4a533da8b9f9468f8dd126fcfb1c43aa0dad32a;hb=6a945643557084578509e149c84cf5dde3c59c3c;hp=e54806235a72138fab158cf7fbc9a154e05c832f;hpb=0868b3d6f171438446e93469b09e77771897bf00;p=tpg%2Facess2.git diff --git a/Kernel/include/vfs_int.h b/Kernel/include/vfs_int.h index e5480623..d4a533da 100644 --- a/Kernel/include/vfs_int.h +++ b/Kernel/include/vfs_int.h @@ -40,8 +40,8 @@ extern tVFS_Mount *gVFS_Mounts; // === PROTOTYPES === // --- OPEN.C --- -extern char *VFS_GetAbsPath(char *Path); -extern tVFS_Node *VFS_ParsePath(char *Path, char **TruePath); +extern char *VFS_GetAbsPath(const char *Path); +extern tVFS_Node *VFS_ParsePath(const char *Path, char **TruePath); extern tVFS_Handle *VFS_GetHandle(int FD); // --- ACLS.C --- extern int VFS_CheckACL(tVFS_Node *Node, Uint Permissions);