Skip to content
Snippets Groups Projects
Commit e99813db authored by Mark Adler's avatar Mark Adler
Browse files

Correct the initialization requirements for deflateInit2().

parent bf88202e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -543,8 +543,7 @@ ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
int strategy));
 
This is another version of deflateInit with more compression options. The
fields next_in, zalloc, zfree and opaque must be initialized before by the
caller.
fields zalloc, zfree and opaque must be initialized before by the caller.
 
The method parameter is the compression method. It must be Z_DEFLATED in
this version of the library.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment