diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-01-26 22:07:05 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-01-26 22:07:05 +0100 |
commit | 8870ec8aa8cfc0563e54171e2724b1d9687bdac8 (patch) | |
tree | 7dc2f519269807b58a8714fb3fca2f93b537204b /include/lib | |
parent | e2cd9c244b586281ccdd38678b174a439ed0026c (diff) |
update zlib-deflate-nostdlib. now fully RFC 1950/1951 compliant.
Diffstat (limited to 'include/lib')
-rw-r--r-- | include/lib/inflate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lib/inflate.h b/include/lib/inflate.h index 575be4a..af2b4f7 100644 --- a/include/lib/inflate.h +++ b/include/lib/inflate.h @@ -16,6 +16,7 @@ #define DEFLATE_ERR_OUTPUT_LENGTH (-6) #define DEFLATE_ERR_FCHECK (-7) #define DEFLATE_ERR_NLEN (-8) +#define DEFLATE_ERR_HUFFMAN (-9) int16_t inflate(unsigned char *input_buf, uint16_t input_len, unsigned char *output_buf, uint16_t output_len); |