diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2023-04-15 01:18:06 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2023-04-15 21:18:52 -0700 |
commit | c4aa356742e03af6670c043905cd2c96f515ad72 (patch) | |
tree | 00d7887ae3af633455b3402226896d2e0db73911 /contrib/infback9/inftree9.h | |
parent | e9d5486e6635141f589e110fd789648aa08e9544 (diff) | |
download | zlib-c4aa356742e03af6670c043905cd2c96f515ad72.tar.gz zlib-c4aa356742e03af6670c043905cd2c96f515ad72.tar.bz2 zlib-c4aa356742e03af6670c043905cd2c96f515ad72.zip |
Remove K&R function definitions from infback9.
Diffstat (limited to '')
-rw-r--r-- | contrib/infback9/inftree9.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/infback9/inftree9.h b/contrib/infback9/inftree9.h index 3b39497..2c1252f 100644 --- a/contrib/infback9/inftree9.h +++ b/contrib/infback9/inftree9.h | |||
@@ -56,6 +56,6 @@ typedef enum { | |||
56 | DISTS | 56 | DISTS |
57 | } codetype; | 57 | } codetype; |
58 | 58 | ||
59 | extern int inflate_table9 OF((codetype type, unsigned short FAR *lens, | 59 | extern int inflate_table9(codetype type, unsigned short FAR *lens, |
60 | unsigned codes, code FAR * FAR *table, | 60 | unsigned codes, code FAR * FAR *table, |
61 | unsigned FAR *bits, unsigned short FAR *work)); | 61 | unsigned FAR *bits, unsigned short FAR *work); |