diff options
Diffstat (limited to 'examples/zran.h')
-rw-r--r-- | examples/zran.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/zran.h b/examples/zran.h index 8a332d6..23fbd1f 100644 --- a/examples/zran.h +++ b/examples/zran.h | |||
@@ -20,6 +20,7 @@ struct deflate_index { | |||
20 | int mode; // -15 for raw, 15 for zlib, or 31 for gzip | 20 | int mode; // -15 for raw, 15 for zlib, or 31 for gzip |
21 | off_t length; // total length of uncompressed data | 21 | off_t length; // total length of uncompressed data |
22 | point_t *list; // allocated list of access points | 22 | point_t *list; // allocated list of access points |
23 | z_stream strm; // re-usable inflate engine for extraction | ||
23 | }; | 24 | }; |
24 | 25 | ||
25 | // Make one pass through a zlib, gzip, or raw deflate compressed stream and | 26 | // Make one pass through a zlib, gzip, or raw deflate compressed stream and |