]> wimlib.net Git - wimlib/blobdiff - include/wimlib/inode.h
Factor out inode_unref_streams()
[wimlib] / include / wimlib / inode.h
index e2bc46fe7f6163531847af9c1ae8bc91c500142c..04ec9682ad5886da5a55532401ba614e0e393b69 100644 (file)
@@ -508,6 +508,10 @@ verify_inode(struct wim_inode *inode, const struct wim_security_data *sd);
 extern void
 inode_ref_streams(struct wim_inode *inode);
 
+extern void
+inode_unref_streams(struct wim_inode *inode,
+                   struct wim_lookup_table *lookup_table);
+
 /* inode_fixup.c  */
 extern int
 dentry_tree_fix_inodes(struct wim_dentry *root, struct list_head *inode_list);