summaryrefslogtreecommitdiffstats
path: root/lib/libz/inffast.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-06-30 23:43:39 +0000
committertjr <tjr@FreeBSD.org>2004-06-30 23:43:39 +0000
commit439ed8d847d36d5ac47ec0209b6b106c00198268 (patch)
tree27166b9fb424eff5ad7278cc00e871d387fd9c2f /lib/libz/inffast.h
parent0288c7557e0b202dda53c3b7ee20c6847d82d7f7 (diff)
downloadFreeBSD-src-439ed8d847d36d5ac47ec0209b6b106c00198268.zip
FreeBSD-src-439ed8d847d36d5ac47ec0209b6b106c00198268.tar.gz
Import zlib 1.2.1 (trimmed)
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 a31a4bb..1e88d2d 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));
OpenPOWER on IntegriCloud