feat: implement fsync(2) and hard link support [link(2)]
[lunaix-os.git] / lunaix-os / includes / lunaix / fs / twifs.h
index bd9dfeb63032dd4885397e28b239737df88c02a8..31875ef24fab16856de08bd40bf250ae22d709f8 100644 (file)
@@ -26,7 +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);
 
-void
+int
 twifs_rm_node(struct twifs_node* node);
 
 #endif /* __LUNAIX_TWIFS_H */