mirror of
https://github.com/madler/zlib.git
synced 2026-01-26 16:19:09 +00:00
Correct the initialization requirements for deflateInit2().
This commit is contained in:
parent
bf88202e31
commit
e99813dbfe
3
zlib.h
3
zlib.h
@ -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…
x
Reference in New Issue
Block a user