aboutsummaryrefslogtreecommitdiff
path: root/inftrees.h
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2010-04-20 18:42:51 +0000
committerXin LI <delphij@FreeBSD.org>2010-04-20 18:42:51 +0000
commit20c14533dda078fcc83f6ad7f1221933f1fdd87b (patch)
treeb233f95e3f1ecb7f8e66eac5c6ed4fcbcc4684e3 /inftrees.h
parent1a0a89c328dc7176c2058e08087761d0b9957ff8 (diff)
downloadsrc-20c14533dda078fcc83f6ad7f1221933f1fdd87b.tar.gz
src-20c14533dda078fcc83f6ad7f1221933f1fdd87b.zip
Vendor import of zlib 1.2.5.vendor/zlib/1.2.5
Notes
Notes: svn path=/vendor/libz/dist/; revision=206905 svn path=/vendor/libz/1.2.5/; revision=206906; tag=vendor/zlib/1.2.5
Diffstat (limited to 'inftrees.h')
-rw-r--r--inftrees.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inftrees.h b/inftrees.h
index 67461da0348c..baa53a0b1a19 100644
--- a/inftrees.h
+++ b/inftrees.h
@@ -1,5 +1,5 @@
/* inftrees.h -- header to use inftrees.c
- * Copyright (C) 1995-2005 Mark Adler
+ * Copyright (C) 1995-2005, 2010 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -57,6 +57,6 @@ typedef enum {
DISTS
} codetype;
-extern int inflate_table OF((codetype type, unsigned short FAR *lens,
+int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
unsigned codes, code FAR * FAR *table,
unsigned FAR *bits, unsigned short FAR *work));