More work on Ext2 write (and fixed an error made earlier)
[tpg/acess2.git] / Modules / Filesystems / Ext2 / ext2_common.h
index 877b71d..290b273 100644 (file)
@@ -38,6 +38,7 @@ extern int    Ext2_int_WriteInode(tExt2_Disk *Disk, Uint32 InodeId, tExt2_Inode *In
 extern char    *Ext2_ReadDir(tVFS_Node *Node, int Pos);
 extern tVFS_Node       *Ext2_FindDir(tVFS_Node *Node, char *FileName);
 extern int     Ext2_MkNod(tVFS_Node *Node, char *Name, Uint Flags);
+extern int     Ext2_Link(tVFS_Node *Parent, tVFS_Node *Node, char *Name);
 // --- Read ---
 extern Uint64  Ext2_Read(tVFS_Node *node, Uint64 offset, Uint64 length, void *buffer);
 // --- Write ---

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