zlib 1.2.0.8
This commit is contained in:
@@ -146,6 +146,17 @@ private package ZLib.Thin is
|
||||
strategy : Int)
|
||||
return Int; -- zlib.h:506
|
||||
|
||||
function deflateBound
|
||||
(strm : Z_Streamp;
|
||||
sourceLen : ULong)
|
||||
return Int; -- zlib.h:595
|
||||
|
||||
function deflatePrime
|
||||
(strm : Z_Streamp;
|
||||
bits : Int;
|
||||
value : Int)
|
||||
return Int; -- zlib.h:604
|
||||
|
||||
function inflateSetDictionary
|
||||
(strm : Z_Streamp;
|
||||
dictionary : Byte_Access;
|
||||
@@ -421,6 +432,8 @@ private
|
||||
pragma Import (C, deflateCopy, "deflateCopy");
|
||||
pragma Import (C, deflateReset, "deflateReset");
|
||||
pragma Import (C, deflateParams, "deflateParams");
|
||||
pragma Import (C, deflateBound, "deflateBound");
|
||||
pragma Import (C, deflatePrime, "deflatePrime");
|
||||
pragma Import (C, inflateSetDictionary, "inflateSetDictionary");
|
||||
pragma Import (C, inflateSync, "inflateSync");
|
||||
pragma Import (C, inflateReset, "inflateReset");
|
||||
|
||||
Reference in New Issue
Block a user