]> wimlib.net Git - wimlib/blobdiff - src/util.c
Add support for special files on UNIX
[wimlib] / src / util.c
index 1addc857a5675ca0cc8f5ed8b4c1c230712ac637..7916f40a77b8a0b333af90c163e4b6d2ca8458a5 100644 (file)
@@ -346,6 +346,12 @@ 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"),
+       [WIMLIB_ERR_MKNOD]
+               = T("Unable to create a special file (e.g. device node or socket)"),
 };
 
 /* API function documented in wimlib.h  */