1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-16 04:04:28 +02:00

added ZSTD_error_frameParameter_windowTooLarge (#403)

This commit is contained in:
Yann Collet
2016-10-12 17:28:59 -07:00
parent e405c7a126
commit 5d919e7ac3
3 changed files with 4 additions and 2 deletions

View File

@ -29,6 +29,7 @@ typedef enum {
ZSTD_error_parameter_unknown,
ZSTD_error_frameParameter_unsupported,
ZSTD_error_frameParameter_unsupportedBy32bits,
ZSTD_error_frameParameter_windowTooLarge,
ZSTD_error_compressionParameter_unsupported,
ZSTD_error_init_missing,
ZSTD_error_memory_allocation,