diff options
Diffstat (limited to 'contrib/infback9/inftree9.h')
-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); |