mirror of
https://github.com/google/brotli.git
synced 2025-01-01 12:50:10 +00:00
Add BROTLI_LAST_ERROR_CODE definition
This commit is contained in:
parent
b00b000847
commit
f4376d0802
@ -73,6 +73,8 @@ typedef enum {
|
||||
BROTLI_ERROR_UNREACHABLE_6 = -36
|
||||
} BrotliErrorCode;
|
||||
|
||||
#define BROTLI_LAST_ERROR_CODE BROTLI_ERROR_UNREACHABLE_6
|
||||
|
||||
/* Creates the instance of BrotliState and initializes it. |alloc_func| and
|
||||
|free_func| MUST be both zero or both non-zero. In the case they are both
|
||||
zero, default memory allocators are used. |opaque| is passed to |alloc_func|
|
||||
|
Loading…
Reference in New Issue
Block a user