X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib.h;h=649f52a3c884f3734423db2fc9e073362a52707e;hb=c3e9bd8344d97960e8e6cf29cc1ff633e925f986;hp=ffc9cdbf3d9ef31acee107fe6594d387bf93412f;hpb=bdea6a2538495fb297e62534f4a6c99b5373fed1;p=wimlib diff --git a/include/wimlib.h b/include/wimlib.h index ffc9cdbf..649f52a3 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -725,6 +725,7 @@ enum wimlib_progress_msg { * Currently, only the following types of errors will result in this * progress message being sent: * + * - Directory tree scan errors, e.g. from wimlib_add_image() */ WIMLIB_PROGRESS_MSG_HANDLE_ERROR = 31, };