summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-09-06 10:57:33 +0200
committerStefan Metzmacher <metze@samba.org>2008-09-06 16:16:41 +0200
commit426d129dfff1e2d3750884abb68089ff1850e640 (patch)
tree38cd045c808cb13336f8ce829c170b001399ed58 /source
parent83446e22dd1eda958ef62bbe998da0a47b9ff8ef (diff)
downloadsamba-426d129dfff1e2d3750884abb68089ff1850e640.tar.gz
samba-426d129dfff1e2d3750884abb68089ff1850e640.tar.xz
samba-426d129dfff1e2d3750884abb68089ff1850e640.zip
Revert "zlib: we don't need the inflateReset2 prototype twice"
This reverts commit 0dbbc287f65a51330c5309df5a96b3acd4d044d5. (we don't need inflateReset2 anymore) metze
Diffstat (limited to 'source')
-rw-r--r--source/lib/zlib/zlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/lib/zlib/zlib.h b/source/lib/zlib/zlib.h
index edf09d2b1e6..8ff1d222de3 100644
--- a/source/lib/zlib/zlib.h
+++ b/source/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,