X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/24d95c034fb8bf64d700697fc9a9109707dc7163..f80621049e9b2b2070920ef364c272b6ddaec073:/lib/zlib.h?ds=sidebyside diff --git a/lib/zlib.h b/lib/zlib.h index 2018f700..e3413d6a 100644 --- a/lib/zlib.h +++ b/lib/zlib.h @@ -444,8 +444,7 @@ extern int deflateInit2 OF((z_stream *strm, int method, int windowBits, int memLevel, - int strategy, - int minCompression)); + int strategy)); /* This is another version of deflateInit with more compression options. The fields next_in, zalloc and zfree must be initialized before by the caller.