diff options
Diffstat (limited to 'inftrees.h')
| -rw-r--r-- | inftrees.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -60,3 +60,5 @@ typedef enum { | |||
| 60 | int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, | 60 | int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, |
| 61 | unsigned codes, code FAR * FAR *table, | 61 | unsigned codes, code FAR * FAR *table, |
| 62 | unsigned FAR *bits, unsigned short FAR *work); | 62 | unsigned FAR *bits, unsigned short FAR *work); |
| 63 | struct inflate_state; | ||
| 64 | void ZLIB_INTERNAL inflate_fixed(struct inflate_state FAR *state); | ||
