summaryrefslogtreecommitdiff
path: root/zip/ZipArchive/zlib/inffast.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-08 11:04:43 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-08 11:04:43 +0200
commit16f738ecee689c6feb2acb7e4ef4d9bb4144ae7d (patch)
tree3d22f54f7298f81b18ed66d05a62fa8bfab359ab /zip/ZipArchive/zlib/inffast.h
downloadtuxcmd-modules-release-0.6.36-dev.tar.xz
Diffstat (limited to 'zip/ZipArchive/zlib/inffast.h')
-rw-r--r--zip/ZipArchive/zlib/inffast.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/zip/ZipArchive/zlib/inffast.h b/zip/ZipArchive/zlib/inffast.h
new file mode 100644
index 0000000..614fa78
--- /dev/null
+++ b/zip/ZipArchive/zlib/inffast.h
@@ -0,0 +1,11 @@
+/* inffast.h -- header to use inffast.c
+ * Copyright (C) 1995-2003 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 inflate_fast OF((z_streamp strm, unsigned start));