summaryrefslogtreecommitdiff
path: root/inftrees.h
diff options
context:
space:
mode:
authorhansr <hk-git@circlestorm.org>2014-10-12 22:57:27 +0200
committerhansr <hk-git@circlestorm.org>2014-10-12 22:57:27 +0200
commit3f8e26e0b7605f49057b09d2eafce05511ce0c29 (patch)
treeda90f7ed3e20d4b22e68f59a24c19d2ed7f160ec /inftrees.h
parentf7e1e0130fb198fa2d4d62b8990d2ab205985b3f (diff)
Remove workarounds for non-ANSI-C compatible compilers (Part 2)
-Removing usage of OF() definition
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 c20f96b..a568d40 100644
--- a/inftrees.h
+++ b/inftrees.h
@@ -57,6 +57,6 @@ typedef enum {
DISTS
} codetype;
-int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short *lens,
+int ZLIB_INTERNAL inflate_table (codetype type, unsigned short *lens,
unsigned codes, code * *table,
- unsigned *bits, unsigned short *work));
+ unsigned *bits, unsigned short *work);