aboutsummaryrefslogtreecommitdiff
path: root/tests/zlib/inffast.h
diff options
context:
space:
mode:
authorAlon Zakai <azakai@mozilla.com>2011-02-05 21:01:26 -0800
committerAlon Zakai <azakai@mozilla.com>2011-02-05 21:01:26 -0800
commitd2ba2dcfc11846ec1f9a36c93055a7500a93f669 (patch)
tree196fc1f2fcd806f413be242389e29a9f6759654a /tests/zlib/inffast.h
parent0805b2bec3ee27785259d76f1c9a5ccc555f1d6b (diff)
zlib test
Diffstat (limited to 'tests/zlib/inffast.h')
-rw-r--r--tests/zlib/inffast.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/zlib/inffast.h b/tests/zlib/inffast.h
new file mode 100644
index 00000000..e5c1aa4c
--- /dev/null
+++ b/tests/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));