diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-08-18 14:25:41 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-08-18 15:25:40 +0200 |
commit | 41fdbffa72cab3c4f18ef5f34ab2fa0ec10d4d53 (patch) | |
tree | fa7ff169f98393342127cfd3f2a4865d977b15c9 /source4 | |
parent | ffa18ca49a2e9d179c122c4dff56fe2dcf54c365 (diff) | |
download | samba-41fdbffa72cab3c4f18ef5f34ab2fa0ec10d4d53.tar.gz samba-41fdbffa72cab3c4f18ef5f34ab2fa0ec10d4d53.tar.bz2 samba-41fdbffa72cab3c4f18ef5f34ab2fa0ec10d4d53.zip |
zlib: we don't need the inflateReset2 prototype twice
metze
(This used to be commit 0dbbc287f65a51330c5309df5a96b3acd4d044d5)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/zlib/zlib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/zlib/zlib.h b/source4/lib/zlib/zlib.h index 20a16d9588..e80eed9a7e 100644 --- a/source4/lib/zlib/zlib.h +++ b/source4/lib/zlib/zlib.h @@ -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, |