summaryrefslogtreecommitdiffstats
path: root/lib/libz/inffast.h
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.h
parentdc4a42cb4b6509185498a72943ae7973a596144f (diff)
downloadFreeBSD-src-e4b26ec67a953a97b5d3a15de185f83a578af117.zip
FreeBSD-src-e4b26ec67a953a97b5d3a15de185f83a578af117.tar.gz
MFV: zlib 1.2.5.
Diffstat (limited to 'lib/libz/inffast.h')
-rw-r--r--lib/libz/inffast.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libz/inffast.h b/lib/libz/inffast.h
index 1e88d2d..e5c1aa4 100644
--- a/lib/libz/inffast.h
+++ b/lib/libz/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));
OpenPOWER on IntegriCloud