summaryrefslogtreecommitdiffstats
path: root/lib/libz/inffast.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2010-04-20 21:14:30 +0000
committerdelphij <delphij@FreeBSD.org>2010-04-20 21:14:30 +0000
commite4b26ec67a953a97b5d3a15de185f83a578af117 (patch)
treec8dc092f22c2647488f759e7f9990fc5073df17d /lib/libz/inffast.c
parentdc4a42cb4b6509185498a72943ae7973a596144f (diff)
downloadFreeBSD-src-e4b26ec67a953a97b5d3a15de185f83a578af117.zip
FreeBSD-src-e4b26ec67a953a97b5d3a15de185f83a578af117.tar.gz
MFV: zlib 1.2.5.
Diffstat (limited to 'lib/libz/inffast.c')
-rw-r--r--lib/libz/inffast.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libz/inffast.c b/lib/libz/inffast.c
index 0a0761f..2f1d60b 100644
--- a/lib/libz/inffast.c
+++ b/lib/libz/inffast.c
@@ -1,5 +1,5 @@
/* inffast.c -- fast decoding
- * Copyright (C) 1995-2008 Mark Adler
+ * Copyright (C) 1995-2008, 2010 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -64,7 +64,7 @@
requires strm->avail_out >= 258 for each loop to avoid checking for
output space.
*/
-void inflate_fast(strm, start)
+void ZLIB_INTERNAL inflate_fast(strm, start)
z_streamp strm;
unsigned start; /* inflate()'s starting value for strm->avail_out */
{
OpenPOWER on IntegriCloud