From: John Hodge Date: Thu, 20 Dec 2012 02:01:58 +0000 (+0800) Subject: Kernel/VFS - Shut handle.c up about missing prototype X-Git-Tag: rel0.15~597^2~25 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=bf3b85809391838b1e97151562bd15a4e0718cde;p=tpg%2Facess2.git Kernel/VFS - Shut handle.c up about missing prototype --- 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 ===