X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Fvfs%2Fhandle.c;h=1f3e379026d67f5e5e8cd826ec2c2f63f3d7b12d;hb=36b950d17b828c7cd2e5e9dbe5fb4cbded89889c;hp=88877aba00bd91cc5344acd49766291fa08ace61;hpb=04a050f42807686dc119838c82372409246d55bb;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/vfs/handle.c b/KernelLand/Kernel/vfs/handle.c index 88877aba..1f3e3790 100644 --- a/KernelLand/Kernel/vfs/handle.c +++ b/KernelLand/Kernel/vfs/handle.c @@ -19,6 +19,7 @@ #if 0 tVFS_Handle *VFS_GetHandle(int FD); #endif +inline void _ReferenceNode(tVFS_Node *Node); int VFS_AllocHandle(int FD, tVFS_Node *Node, int Mode); // === GLOBALS ===