Fix compression bug where incompressible files weren't transmitted correctly.
[rsync.git] / lib / zlib.h
index 2018f700eccdc84165d470bd0896aa134d8aa2c5..e3413d6a842d663af5a4d4592d4574b4d5e237f4 100644 (file)
@@ -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.