From 23c69f10698301ae97709eb0bbfb371d66b99a08 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:09:18 -0700 Subject: zlib 0.94 --- inffast.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inffast.h') diff --git a/inffast.h b/inffast.h index 2c05820..ad3cf97 100644 --- a/inffast.h +++ b/inffast.h @@ -8,10 +8,10 @@ subject to change. Applications should only use zlib.h. */ -extern int inflate_fast __P(( +extern int inflate_fast OF(( uInt, uInt, inflate_huft *, inflate_huft *, - struct inflate_blocks_state *, + inflate_blocks_statef *, z_stream *)); -- cgit v1.2.3-55-g6feb