summaryrefslogtreecommitdiff
path: root/zlib/inffast.h
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2004-07-21 17:36:26 -0700
committerkonstantin@mysql.com <>2004-07-21 17:36:26 -0700
commitd2c1f3fc379d11ec236cb786726be4ba647b3b6f (patch)
treee1c502ab20782af7b4564054ae3c46a321ccbb4e /zlib/inffast.h
parent58bdb6221ce902ed5a17c7130f2352c3e33f085c (diff)
downloadmariadb-git-d2c1f3fc379d11ec236cb786726be4ba647b3b6f.tar.gz
First step of implementation of WL#1518 "make bundled zlib
usable for unix builds": zlib 1.2.1 imported
Diffstat (limited to 'zlib/inffast.h')
-rw-r--r--zlib/inffast.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/zlib/inffast.h b/zlib/inffast.h
index a31a4bbb058..1e88d2d97b5 100644
--- a/zlib/inffast.h
+++ b/zlib/inffast.h
@@ -1,6 +1,6 @@
/* inffast.h -- header to use inffast.c
- * Copyright (C) 1995-2002 Mark Adler
- * For conditions of distribution and use, see copyright notice in zlib.h
+ * Copyright (C) 1995-2003 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,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));