zlib 1.2.0.4

This commit is contained in:
Mark Adler
2011-09-09 23:22:30 -07:00
parent 85e7d7d9ba
commit 086e982175
20 changed files with 335 additions and 92 deletions

View File

@@ -51,5 +51,5 @@ typedef enum {
} codetype;
extern int inflate_table OF((codetype type, unsigned short FAR *lens,
unsigned codes, code * FAR *table, unsigned *bits,
unsigned short FAR *work));
unsigned codes, code FAR * FAR *table,
unsigned FAR *bits, unsigned short FAR *work));