feat: implement fsync(2) and hard link support [link(2)]
[lunaix-os.git] / lunaix-os / includes / lunaix / fs / twifs.h
index b83b1a4e84a53128fb230f9373c95f8632b100ba..31875ef24fab16856de08bd40bf250ae22d709f8 100644 (file)
@@ -26,4 +26,7 @@ twifs_dir_node(struct twifs_node* parent, const char* name, int name_len);
 struct twifs_node*
 twifs_toplevel_node(const char* name, int name_len);
 
+int
+twifs_rm_node(struct twifs_node* node);
+
 #endif /* __LUNAIX_TWIFS_H */