summaryrefslogtreecommitdiff
path: root/deps/zlib/inffast.h
diff options
context:
space:
mode:
authorShigeki Ohtsu <ohtsu@iij.ad.jp>2014-12-02 15:28:24 -0800
committerBert Belder <bertbelder@gmail.com>2015-01-08 23:59:53 +0100
commit50f12f6c8a5870bf6bddc715326251f2475f327f (patch)
tree424cc18a085518dcab045dad66a2d80fb46dd63f /deps/zlib/inffast.h
parente79ccee1685393e4ec73746bac93835cbcf3a809 (diff)
downloadandroid-node-v8-50f12f6c8a5870bf6bddc715326251f2475f327f.tar.gz
android-node-v8-50f12f6c8a5870bf6bddc715326251f2475f327f.tar.bz2
android-node-v8-50f12f6c8a5870bf6bddc715326251f2475f327f.zip
deps: upgrade zlib to 1.2.8
Reviewed-By: Bert Belder <bertbelder@gmail.com>
Diffstat (limited to 'deps/zlib/inffast.h')
-rw-r--r--deps/zlib/inffast.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/zlib/inffast.h b/deps/zlib/inffast.h
index 1e88d2d97b..e5c1aa4ca8 100644
--- a/deps/zlib/inffast.h
+++ b/deps/zlib/inffast.h
@@ -1,5 +1,5 @@
/* inffast.h -- header to use inffast.c
- * Copyright (C) 1995-2003 Mark Adler
+ * Copyright (C) 1995-2003, 2010 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -8,4 +8,4 @@
subject to change. Applications should only use zlib.h.
*/
-void inflate_fast OF((z_streamp strm, unsigned start));
+void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));