From e011d8c164402cbb1baf92533dfb4f933ec08fee Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Mon, 1 Jul 2024 19:24:01 -0500 Subject: Add deflateUsed() function to get the used bits in the last byte. This returns the number of used bits in the last byte of a stream that has just been compressed with deflate. --- zlib.map | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zlib.map') diff --git a/zlib.map b/zlib.map index 31544f2..a628521 100644 --- a/zlib.map +++ b/zlib.map @@ -98,3 +98,7 @@ ZLIB_1.2.12 { crc32_combine_gen64; crc32_combine_op; } ZLIB_1.2.9; + +ZLIB_1.3.2 { + deflateUsed; +} ZLIB_1.2.12; \ No newline at end of file -- cgit v1.2.3-55-g6feb