summaryrefslogtreecommitdiffstats
path: root/contrib/zlib/inffast.h
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2017-01-18 08:11:18 +0000
committerdelphij <delphij@FreeBSD.org>2017-01-18 08:11:18 +0000
commit932a15f5a8fefeb697d2dcd8d08dcbc3c1dcc6aa (patch)
treed1533aa2ba7217a0e5c7e95decdcb0cd70ca337f /contrib/zlib/inffast.h
parent9facad40a4a2e7ab5ed4f94202d5b2e3bb4c7c32 (diff)
downloadFreeBSD-src-932a15f5a8fefeb697d2dcd8d08dcbc3c1dcc6aa.zip
FreeBSD-src-932a15f5a8fefeb697d2dcd8d08dcbc3c1dcc6aa.tar.gz
MFC r311275: Restructure libz.
Diffstat (limited to 'contrib/zlib/inffast.h')
-rw-r--r--contrib/zlib/inffast.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/zlib/inffast.h b/contrib/zlib/inffast.h
new file mode 100644
index 0000000..e5c1aa4
--- /dev/null
+++ b/contrib/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));
OpenPOWER on IntegriCloud