summaryrefslogtreecommitdiff
path: root/third_party/zlib/inffast.h
diff options
context:
space:
mode:
authorIra Cooper <ira@samba.org>2014-07-22 21:26:40 -0700
committerIra Cooper <ira@samba.org>2014-08-09 18:26:16 +0200
commite8e85689756eaf74e82f55b8ae6f706b430b01cd (patch)
treed4d39094f46bb834683649d0aad3d9a0e785e55c /third_party/zlib/inffast.h
parentea3d62eea980348e73d6eeb870f36d0908ab42c3 (diff)
downloadsamba-e8e85689756eaf74e82f55b8ae6f706b430b01cd.tar.gz
third_party/zlib: Initial copy of zlib.
Signed-off-by: Ira Cooper <ira@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'third_party/zlib/inffast.h')
-rw-r--r--third_party/zlib/inffast.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/zlib/inffast.h b/third_party/zlib/inffast.h
new file mode 100644
index 00000000000..1e88d2d97b5
--- /dev/null
+++ b/third_party/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));