aboutsummaryrefslogtreecommitdiff
path: root/zconf.h.in
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2024-07-01 19:24:01 -0500
committerMark Adler <madler@alumni.caltech.edu>2024-07-01 19:34:40 -0500
commite011d8c164402cbb1baf92533dfb4f933ec08fee (patch)
tree7a28431c3c5caf885f07deac6718787b36f2231c /zconf.h.in
parent534864bccd78812648ad1beaccdeec7c9d47aeef (diff)
downloadzlib-e011d8c164402cbb1baf92533dfb4f933ec08fee.tar.gz
zlib-e011d8c164402cbb1baf92533dfb4f933ec08fee.tar.bz2
zlib-e011d8c164402cbb1baf92533dfb4f933ec08fee.zip
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.
Diffstat (limited to 'zconf.h.in')
-rw-r--r--zconf.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/zconf.h.in b/zconf.h.in
index 97d2fcd..4a52aed 100644
--- a/zconf.h.in
+++ b/zconf.h.in
@@ -59,6 +59,7 @@
59# define deflateSetDictionary z_deflateSetDictionary 59# define deflateSetDictionary z_deflateSetDictionary
60# define deflateSetHeader z_deflateSetHeader 60# define deflateSetHeader z_deflateSetHeader
61# define deflateTune z_deflateTune 61# define deflateTune z_deflateTune
62# define deflateUsed z_deflateUsed
62# define deflate_copyright z_deflate_copyright 63# define deflate_copyright z_deflate_copyright
63# define get_crc_table z_get_crc_table 64# define get_crc_table z_get_crc_table
64# ifndef Z_SOLO 65# ifndef Z_SOLO