]> wimlib.net Git - wimlib/blobdiff - include/wimlib/capture.h
Add new helper function for ignoring scanned directory entries
[wimlib] / include / wimlib / capture.h
index 7372c05267869354783e87c9f367440a631dd146..a731bdb08e6f2da99a2c4e771294b0ef57e959cd 100644 (file)
@@ -117,4 +117,7 @@ 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);
+
 #endif /* _WIMLIB_CAPTURE_H */