diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:08:28 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:08:28 -0700 |
commit | 6b834a58bdef976383cff6e2a83f353e668a9cf1 (patch) | |
tree | 5527def57f9d6eac4f3e709c10b9fd89905f2445 /deflate.h | |
parent | bdde4e09d21edff02ea5093b7f6eccbf166b272f (diff) | |
download | zlib-6b834a58bdef976383cff6e2a83f353e668a9cf1.tar.gz zlib-6b834a58bdef976383cff6e2a83f353e668a9cf1.tar.bz2 zlib-6b834a58bdef976383cff6e2a83f353e668a9cf1.zip |
zlib 0.93v0.93
Diffstat (limited to 'deflate.h')
-rw-r--r-- | deflate.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -268,5 +268,6 @@ typedef struct internal_state { | |||
268 | void ct_init __P((deflate_state *s)); | 268 | void ct_init __P((deflate_state *s)); |
269 | int ct_tally __P((deflate_state *s, int dist, int lc)); | 269 | int ct_tally __P((deflate_state *s, int dist, int lc)); |
270 | ulg ct_flush_block __P((deflate_state *s, char *buf, ulg stored_len, int eof)); | 270 | ulg ct_flush_block __P((deflate_state *s, char *buf, ulg stored_len, int eof)); |
271 | void ct_align __P((deflate_state *s)); | ||
271 | void ct_stored_block __P((deflate_state *s, char *buf, ulg stored_len, | 272 | void ct_stored_block __P((deflate_state *s, char *buf, ulg stored_len, |
272 | int eof)); | 273 | int eof)); |