zlib 0.94

This commit is contained in:
Mark Adler
2011-09-09 23:09:18 -07:00
parent 6b834a58bd
commit 23c69f1069
34 changed files with 801 additions and 432 deletions

View File

@@ -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 *));