From bf3b85809391838b1e97151562bd15a4e0718cde Mon Sep 17 00:00:00 2001 From: John Hodge Date: Thu, 20 Dec 2012 10:01:58 +0800 Subject: [PATCH] Kernel/VFS - Shut handle.c up about missing prototype --- KernelLand/Kernel/vfs/handle.c | 1 + 1 file changed, 1 insertion(+) 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 === -- 2.20.1