]> wimlib.net Git - wimlib/blobdiff - include/wimlib/capture.h
Split prefetch() into prefetchr() and prefetchw()
[wimlib] / include / wimlib / capture.h
index 7372c05267869354783e87c9f367440a631dd146..88ca5e8d54544c1838182a6993657e732280f6a0 100644 (file)
@@ -117,4 +117,11 @@ report_capture_error(struct capture_params *params, int error_code,
        return report_error(params->progfunc, params->progctx, error_code, path);
 }
 
+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 */