diff options
Diffstat (limited to 'inftrees.h')
-rw-r--r-- | inftrees.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,5 +51,5 @@ typedef enum { | |||
51 | } codetype; | 51 | } codetype; |
52 | 52 | ||
53 | extern int inflate_table OF((codetype type, unsigned short FAR *lens, | 53 | extern int inflate_table OF((codetype type, unsigned short FAR *lens, |
54 | unsigned codes, code * FAR *table, unsigned *bits, | 54 | unsigned codes, code FAR * FAR *table, |
55 | unsigned short FAR *work)); | 55 | unsigned FAR *bits, unsigned short FAR *work)); |