diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2024-07-01 19:24:01 -0500 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-07-01 19:34:40 -0500 |
commit | e011d8c164402cbb1baf92533dfb4f933ec08fee (patch) | |
tree | 7a28431c3c5caf885f07deac6718787b36f2231c /win32/zlib.def | |
parent | 534864bccd78812648ad1beaccdeec7c9d47aeef (diff) | |
download | zlib-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 'win32/zlib.def')
-rw-r--r-- | win32/zlib.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/zlib.def b/win32/zlib.def index 53c8011..84f6496 100644 --- a/win32/zlib.def +++ b/win32/zlib.def | |||
@@ -15,6 +15,7 @@ EXPORTS | |||
15 | deflateTune | 15 | deflateTune |
16 | deflateBound | 16 | deflateBound |
17 | deflatePending | 17 | deflatePending |
18 | deflateUsed | ||
18 | deflatePrime | 19 | deflatePrime |
19 | deflateSetHeader | 20 | deflateSetHeader |
20 | inflateSetDictionary | 21 | inflateSetDictionary |