X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwimlib.h;h=dfa685f0938fa19242c67f4938c73430b28e7392;hb=237947e198385359a0c618b664d73bf4db36c405;hp=1ccdd3b3e3b737b467437d8f0188a5d1a8893b82;hpb=abd1f36d19f9be9ca1efc66ae7a642dd227b1f3c;p=wimlib 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_* * ******************************/