]> wimlib.net Git - wimlib/blobdiff - include/wimlib/capture.h
Add new helper function for attaching newly scanned dentry tree
[wimlib] / include / wimlib / capture.h
index a731bdb08e6f2da99a2c4e771294b0ef57e959cd..88ca5e8d54544c1838182a6993657e732280f6a0 100644 (file)
@@ -120,4 +120,8 @@ report_capture_error(struct capture_params *params, int error_code,
 extern bool
 should_ignore_filename(const tchar *name, int name_nchars);
 
+extern void
+attach_scanned_tree(struct wim_dentry *parent, struct wim_dentry *child,
+                   struct blob_table *blob_table);
+
 #endif /* _WIMLIB_CAPTURE_H */