aboutsummaryrefslogtreecommitdiff
path: root/lib/common/zstd_errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/zstd_errors.h')
-rw-r--r--lib/common/zstd_errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common/zstd_errors.h b/lib/common/zstd_errors.h
index 998398e7..6d0d0030 100644
--- a/lib/common/zstd_errors.h
+++ b/lib/common/zstd_errors.h
@@ -77,6 +77,7 @@ typedef enum {
ZSTD_error_frameIndex_tooLarge = 100,
ZSTD_error_seekableIO = 102,
ZSTD_error_dstBuffer_wrong = 104,
+ ZSTD_error_srcBuffer_wrong = 105,
ZSTD_error_maxCode = 120 /* never EVER use this value directly, it can change in future versions! Use ZSTD_isError() instead */
} ZSTD_ErrorCode;