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. --- zconf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'zconf.h') diff --git a/zconf.h b/zconf.h index 97d2fcd..4a52aed 100644 --- a/zconf.h +++ b/zconf.h @@ -59,6 +59,7 @@ # define deflateSetDictionary z_deflateSetDictionary # define deflateSetHeader z_deflateSetHeader # define deflateTune z_deflateTune +# define deflateUsed z_deflateUsed # define deflate_copyright z_deflate_copyright # define get_crc_table z_get_crc_table # ifndef Z_SOLO -- cgit v1.2.3-55-g6feb