summaryrefslogtreecommitdiff
path: root/zlib/inffast.h
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-04 19:30:25 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-04 19:30:25 +0000
commitd8b6dda417667abf7f0dfc976a60ecfe9bbb2aaf (patch)
treee97105783ac15ce06e3efe366d641f3693aa8974 /zlib/inffast.h
parent64511c32eb0c3d7cb2346f34c6f1c20346b48751 (diff)
downloadgcc-d8b6dda417667abf7f0dfc976a60ecfe9bbb2aaf.tar.gz
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26770 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/inffast.h')
-rw-r--r--zlib/inffast.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/zlib/inffast.h b/zlib/inffast.h
new file mode 100644
index 00000000000..8facec55314
--- /dev/null
+++ b/zlib/inffast.h
@@ -0,0 +1,17 @@
+/* inffast.h -- header to use inffast.c
+ * Copyright (C) 1995-1998 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.
+ */
+
+extern int inflate_fast OF((
+ uInt,
+ uInt,
+ inflate_huft *,
+ inflate_huft *,
+ inflate_blocks_statef *,
+ z_streamp ));