mirror of
https://github.com/google/brotli.git
synced 2024-11-26 21:30:10 +00:00
Merge pull request #350 from google/last-error-code
Add BROTLI_LAST_ERROR_CODE definition
This commit is contained in:
commit
4836af6ead
@ -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