linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / lib / zlib_inflate / inffast.h
index 40315d9..fc720f0 100644 (file)
@@ -1,6 +1,6 @@
 /* inffast.h -- header to use inffast.c
- * Copyright (C) 1995-2003 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h
+ * Copyright (C) 1995-1998 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
@@ -8,4 +8,10 @@
    subject to change. Applications should only use zlib.h.
  */
 
-void inflate_fast (z_streamp strm, unsigned start);
+extern int zlib_inflate_fast (
+    uInt,
+    uInt,
+    inflate_huft *,
+    inflate_huft *,
+    inflate_blocks_statef *,
+    z_streamp );