Kernel/VFS - Shut handle.c up about missing prototype
authorJohn Hodge <[email protected]>
Thu, 20 Dec 2012 02:01:58 +0000 (10:01 +0800)
committerJohn Hodge <[email protected]>
Thu, 20 Dec 2012 02:01:58 +0000 (10:01 +0800)
KernelLand/Kernel/vfs/handle.c

index 88877ab..1f3e379 100644 (file)
@@ -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 ===

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