X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib.h;h=f68cb2b89639376ccc0ae8040277b4664f5d04e9;hb=6a9854db6d6ff8f5dd3f28a82946dd1ed673a36a;hp=6842e35da43178980dff61213a2df455a12ef8ad;hpb=94fd0e32a64292c4e40b98fe542f4be78112e3c9;p=wimlib diff --git a/include/wimlib.h b/include/wimlib.h index 6842e35d..f68cb2b8 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -2499,6 +2499,7 @@ enum wimlib_error_code { WIMLIB_ERR_COMPACTION_NOT_POSSIBLE = 85, WIMLIB_ERR_IMAGE_HAS_MULTIPLE_REFERENCES = 86, WIMLIB_ERR_DUPLICATE_EXPORTED_IMAGE = 87, + WIMLIB_ERR_CONCURRENT_MODIFICATION_DETECTED = 88, }; @@ -4474,12 +4475,13 @@ wimlib_update_image(WIMStruct *wim, * * @return 0 on success; a ::wimlib_error_code value on failure. * + * @retval ::WIMLIB_ERR_CONCURRENT_MODIFICATION_DETECTED + * A file that had previously been scanned for inclusion in the WIM was + * concurrently modified. * @retval ::WIMLIB_ERR_INVALID_IMAGE * @p image did not exist in @p wim. * @retval ::WIMLIB_ERR_INVALID_RESOURCE_HASH - * A file, stored in another WIM, which needed to be written was corrupt; - * or a file that had previously been scanned for inclusion in the WIM was - * concurrently modified. + * A file, stored in another WIM, which needed to be written was corrupt. * @retval ::WIMLIB_ERR_INVALID_PARAM * @p path was not a nonempty string, or invalid flags were passed. * @retval ::WIMLIB_ERR_OPEN