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. --- win32/zlib.def | 1 + 1 file changed, 1 insertion(+) (limited to 'win32') diff --git a/win32/zlib.def b/win32/zlib.def index 53c80115..84f6496d 100644 --- a/win32/zlib.def +++ b/win32/zlib.def @@ -15,6 +15,7 @@ EXPORTS deflateTune deflateBound deflatePending + deflateUsed deflatePrime deflateSetHeader inflateSetDictionary -- cgit v1.2.3-55-g6feb