]> git.lizzy.rs Git - zlib.git/blobdiff - inffast.h
zlib 1.2.0
[zlib.git] / inffast.h
index a31a4bbb058aaeba5806512aacd2f57aea5996c1..977101b3fee9c1363f5cb5435f4a5c1aa53ba5bc 100644 (file)
--- a/inffast.h
+++ b/inffast.h
@@ -1,5 +1,5 @@
 /* inffast.h -- header to use inffast.c
- * Copyright (C) 1995-2002 Mark Adler
+ * Copyright (C) 1995-2003 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
@@ -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));