From c285076f29c6aea01c1529c7ce84b5976f95be72 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 6 Sep 2008 10:57:33 +0200 Subject: Revert "zlib: we don't need the inflateReset2 prototype twice" This reverts commit 0dbbc287f65a51330c5309df5a96b3acd4d044d5. (we don't need inflateReset2 anymore) metze (This used to be commit 426d129dfff1e2d3750884abb68089ff1850e640) --- source4/lib/zlib/zlib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/zlib') diff --git a/source4/lib/zlib/zlib.h b/source4/lib/zlib/zlib.h index edf09d2b1e..8ff1d222de 100644 --- a/source4/lib/zlib/zlib.h +++ b/source4/lib/zlib/zlib.h @@ -805,6 +805,8 @@ 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, -- cgit