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. --- os400/bndsrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'os400/bndsrc') diff --git a/os400/bndsrc b/os400/bndsrc index 9f92bb10..187fb691 100644 --- a/os400/bndsrc +++ b/os400/bndsrc @@ -124,4 +124,10 @@ STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') EXPORT SYMBOL("crc32_combine_gen") EXPORT SYMBOL("crc32_combine_op") +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ +/* Version 1.3.2 additional entry points. */ +/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ + + EXPORT SYMBOL("deflateUsed") + ENDPGMEXP -- cgit v1.2.3-55-g6feb