X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwimlib.h;h=dfa685f0938fa19242c67f4938c73430b28e7392;hp=1ccdd3b3e3b737b467437d8f0188a5d1a8893b82;hb=237947e198385359a0c618b664d73bf4db36c405;hpb=dc59c6191f7b3e5d20ee2c105c74e3b18202a92f diff --git a/src/wimlib.h b/src/wimlib.h index 1ccdd3b3..dfa685f0 100644 --- a/src/wimlib.h +++ b/src/wimlib.h @@ -645,6 +645,12 @@ struct wimlib_capture_source { * */ #define WIMLIB_ADD_IMAGE_FLAG_STRICT_ACLS 0x00000040 +/** Call the progress function with the message + * ::WIMLIB_PROGRESS_MSG_SCAN_DENTRY when a directory or file is excluded from + * capture. This is a subset of the messages provided by + * ::WIMLIB_ADD_IMAGE_FLAG_VERBOSE. */ +#define WIMLIB_ADD_IMAGE_FLAG_EXCLUDE_VERBOSE 0x00000080 + /****************************** * WIMLIB_EXPORT_FLAG_* * ******************************/