summaryrefslogtreecommitdiffstats
path: root/cpukit/zlib/inffast.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/zlib/inffast.c')
-rw-r--r--cpukit/zlib/inffast.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/zlib/inffast.c b/cpukit/zlib/inffast.c
index 0a0761f3de..2f1d60b43b 100644
--- a/cpukit/zlib/inffast.c
+++ b/cpukit/zlib/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 */
{