aboutsummaryrefslogtreecommitdiff
path: root/externals/zlib/inffast.h
diff options
context:
space:
mode:
authorTartalo <none@none>2010-06-06 22:37:00 +0200
committerTartalo <none@none>2010-06-06 22:37:00 +0200
commit12d1becdcf749106af9c5ac3fd2f1c3de42b5584 (patch)
tree49fcaf2bfb8a58a8fd092417565ff6036f73e98a /externals/zlib/inffast.h
parent1b32fbe085d447caa8145c4c62729462932beafe (diff)
parent840d4ab99d270088a225af69562920fdc3043556 (diff)
Branch merge
--HG-- branch : trunk
Diffstat (limited to 'externals/zlib/inffast.h')
-rw-r--r--externals/zlib/inffast.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/externals/zlib/inffast.h b/externals/zlib/inffast.h
new file mode 100644
index 00000000000..e5c1aa4ca8c
--- /dev/null
+++ b/externals/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));