diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:34:55 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:34:55 -0700 |
commit | 73014202489f913dbffc91d22089ea8a8920c054 (patch) | |
tree | 0d86e58ff1445b54be2a04939903f0b6b51f4184 /inftrees.h | |
parent | a7d70663cf4a7d4013ff7d285da01a164ed9b207 (diff) | |
download | zlib-73014202489f913dbffc91d22089ea8a8920c054.tar.gz zlib-73014202489f913dbffc91d22089ea8a8920c054.tar.bz2 zlib-73014202489f913dbffc91d22089ea8a8920c054.zip |
zlib 1.2.4.5v1.2.4.5
Diffstat (limited to 'inftrees.h')
-rw-r--r-- | inftrees.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,6 +57,6 @@ typedef enum { | |||
57 | DISTS | 57 | DISTS |
58 | } codetype; | 58 | } codetype; |
59 | 59 | ||
60 | extern int inflate_table OF((codetype type, unsigned short FAR *lens, | 60 | int ZLIB_INTERNAL inflate_table OF((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)); |