zlib: we don't need the inflateReset2 prototype twice
[ira/wip.git] / source4 / lib / zlib / zlib.h
index 20a16d9588976819a84a6502c32b1d310ae616b0..e80eed9a7eda756685cf8b2055d7ed75a63d62d6 100644 (file)
@@ -789,8 +789,6 @@ ZEXTERN int ZEXPORT inflateCopy OF((z_streamp dest,
    destination.
 */
 
-ZEXTERN int ZEXPORT inflateReset2 OF((z_streamp strm, unsigned flags));
-
 ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
 /*
      This function is equivalent to inflateEnd followed by inflateInit,