feat: symlink(2) and realpathat syscall
[lunaix-os.git] / lunaix-os / kernel / fs / twifs.c
index a67300b81548b37bed3e5840b8bd1de55524fd51..e3abe4b4c2a682577effbfd965c06ea15f318a91 100644 (file)
@@ -40,6 +40,9 @@ __twifs_mount(struct v_superblock* vsb, struct v_dnode* mount_point);
 int
 __twifs_mkdir(struct v_inode* inode, struct v_dnode* dnode);
 
+int
+__twifs_rmstuff(struct v_inode* inode);
+
 void
 twifs_init()
 {