summaryrefslogtreecommitdiffstats
path: root/compat/zlib/inftrees.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-08-29 12:38:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-08-29 12:38:12 (GMT)
commit74bc2174ad65134721bad385c9c8a495acebfb07 (patch)
treed7505a7b38a2d6808e7eeeb685fd3d90d1bef91c /compat/zlib/inftrees.h
parenta951fd16e79634a5967b32b281e69c2ec6cd9d8e (diff)
parentf04f50447f2b67f2733b6285ecdd7b99ddaf3f26 (diff)
downloadtcl-74bc2174ad65134721bad385c9c8a495acebfb07.zip
tcl-74bc2174ad65134721bad385c9c8a495acebfb07.tar.gz
tcl-74bc2174ad65134721bad385c9c8a495acebfb07.tar.bz2
Update zlib to version 1.3
Diffstat (limited to 'compat/zlib/inftrees.h')
-rw-r--r--compat/zlib/inftrees.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/compat/zlib/inftrees.h b/compat/zlib/inftrees.h
index f536653..a10712d 100644
--- a/compat/zlib/inftrees.h
+++ b/compat/zlib/inftrees.h
@@ -57,6 +57,6 @@ typedef enum {
DISTS
} codetype;
-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));
+int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
+ unsigned codes, code FAR * FAR *table,
+ unsigned FAR *bits, unsigned short FAR *work);