From 913afb9174bb474104049906c1382dec81826424 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 22:52:17 -0700 Subject: zlib 0.79 --- inffast.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 inffast.h (limited to 'inffast.h') diff --git a/inffast.h b/inffast.h new file mode 100644 index 0000000..2c05820 --- /dev/null +++ b/inffast.h @@ -0,0 +1,17 @@ +/* inffast.h -- header to use inffast.c + * Copyright (C) 1995 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. + */ + +extern int inflate_fast __P(( + uInt, + uInt, + inflate_huft *, + inflate_huft *, + struct inflate_blocks_state *, + z_stream *)); -- cgit v1.2.3-55-g6feb