aboutsummaryrefslogtreecommitdiff
path: root/lib/libz/inffast.h
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-06-30 23:43:39 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-06-30 23:43:39 +0000
commitaea8f65dfe9fa61c3931b893695b8b4fe57274df (patch)
tree27166b9fb424eff5ad7278cc00e871d387fd9c2f /lib/libz/inffast.h
parentcdbc2952f3c7d8c5993b21348ba22c7fc21a0d7e (diff)
downloadsrc-aea8f65dfe9fa61c3931b893695b8b4fe57274df.tar.gz
src-aea8f65dfe9fa61c3931b893695b8b4fe57274df.zip
Import zlib 1.2.1 (trimmed)
Notes
Notes: svn path=/vendor/libz/dist/; revision=131377
Diffstat (limited to 'lib/libz/inffast.h')
-rw-r--r--lib/libz/inffast.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/libz/inffast.h b/lib/libz/inffast.h
index a31a4bbb058a..1e88d2d97b56 100644
--- a/lib/libz/inffast.h
+++ b/lib/libz/inffast.h
@@ -1,6 +1,6 @@
/* inffast.h -- header to use inffast.c
- * Copyright (C) 1995-2002 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h
+ * 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
@@ -8,10 +8,4 @@
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 ));
+void inflate_fast OF((z_streamp strm, unsigned start));