X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fcapture.h;h=88ca5e8d54544c1838182a6993657e732280f6a0;hb=bc2c937b20d2eb3bff2ee3f8c8269a2ea37bdca4;hp=7372c05267869354783e87c9f367440a631dd146;hpb=d5a64bb4299105c93b4e9a95e97b579c6f9254af;p=wimlib diff --git a/include/wimlib/capture.h b/include/wimlib/capture.h index 7372c052..88ca5e8d 100644 --- a/include/wimlib/capture.h +++ b/include/wimlib/capture.h @@ -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 */