]> wimlib.net Git - wimlib/blobdiff - src/util.c
Update progress functions
[wimlib] / src / util.c
index 1addc857a5675ca0cc8f5ed8b4c1c230712ac637..02017d030e39ea1d2504a610e7a3272c9bf0a82d 100644 (file)
@@ -346,6 +346,10 @@ static const tchar *error_strings[] = {
                = T("The WIM file (or parts of it) is encrypted"),
        [WIMLIB_ERR_WIMBOOT]
                = T("Failed to set WIMBoot pointer data"),
+       [WIMLIB_ERR_ABORTED_BY_PROGRESS]
+               = T("The operation was aborted by the library user"),
+       [WIMLIB_ERR_UNKNOWN_PROGRESS_STATUS]
+               = T("The user-provided progress function returned an unrecognized value"),
 };
 
 /* API function documented in wimlib.h  */