From 76f36fc4194147984bd007b365fcf49d4bdfd764 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 26 Jan 2021 22:06:01 +0100 Subject: support multiple deflate blocks. this library is now fully RFC 1950 and RFC 1951 compliant --- src/inflate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/inflate.h') diff --git a/src/inflate.h b/src/inflate.h index 575be4a..af2b4f7 100644 --- a/src/inflate.h +++ b/src/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); -- cgit v1.2.3