summaryrefslogtreecommitdiff
path: root/source4/lib
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
commitc285076f29c6aea01c1529c7ce84b5976f95be72 (patch)
treeb02d93bec77ec31715d278954c4e5507e4dcfb1b /source4/lib
parent253e222831d5fc3305363cb186022df5f4f45d14 (diff)
downloadsamba-c285076f29c6aea01c1529c7ce84b5976f95be72.tar.gz
samba-c285076f29c6aea01c1529c7ce84b5976f95be72.tar.bz2
samba-c285076f29c6aea01c1529c7ce84b5976f95be72.zip
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)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/zlib/zlib.h2
1 files changed, 2 insertions, 0 deletions
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,