summaryrefslogtreecommitdiff
path: root/inffast.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:09:18 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:09:18 -0700
commit23c69f10698301ae97709eb0bbfb371d66b99a08 (patch)
tree1956b671b3df8d12c315a38f33b190677ccd659e /inffast.h
parent6b834a58bdef976383cff6e2a83f353e668a9cf1 (diff)
downloadzlib-23c69f10698301ae97709eb0bbfb371d66b99a08.tar.gz
zlib 0.94v0.94
Diffstat (limited to 'inffast.h')
-rw-r--r--inffast.h4
1 files changed, 2 insertions, 2 deletions
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 *));