summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/zlib/inffast.h
diff options
context:
space:
mode:
authoraavit <qt-info@nokia.com>2011-03-24 09:10:45 (GMT)
committeraavit <qt-info@nokia.com>2011-03-24 09:10:45 (GMT)
commit424b2ed0ab3f683291ff99933c36397d9be49a4d (patch)
tree0221ada25658de655e705dabb7c89eba0dca4977 /src/3rdparty/zlib/inffast.h
parent9000f5b8cabd9039f0938ad35d7455b8de807466 (diff)
downloadQt-424b2ed0ab3f683291ff99933c36397d9be49a4d.zip
Qt-424b2ed0ab3f683291ff99933c36397d9be49a4d.tar.gz
Qt-424b2ed0ab3f683291ff99933c36397d9be49a4d.tar.bz2
Upgrading zlib: Add zlib version 1.2.5
This commit contains a clean copy of zlib 1.2.5. The Qt building modifications will follow in a separate commit. As usual, the extraneous stuff in the official distribution (examples etc.) have been removed.
Diffstat (limited to 'src/3rdparty/zlib/inffast.h')
-rw-r--r--src/3rdparty/zlib/inffast.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/3rdparty/zlib/inffast.h b/src/3rdparty/zlib/inffast.h
new file mode 100644
index 0000000..e5c1aa4
--- /dev/null
+++ b/src/3rdparty/zlib/inffast.h
@@ -0,0 +1,11 @@
+/* inffast.h -- header to use inffast.c
+ * Copyright (C) 1995-2003, 2010 Mark Adler
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+/* WARNING: this file should *not* be used by applications. It is
+ part of the implementation of the compression library and is
+ subject to change. Applications should only use zlib.h.
+ */
+
+void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));