diff options
Diffstat (limited to 'gzguts.h')
-rw-r--r-- | gzguts.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -190,6 +190,7 @@ typedef struct { | |||
190 | /* just for writing */ | 190 | /* just for writing */ |
191 | int level; /* compression level */ | 191 | int level; /* compression level */ |
192 | int strategy; /* compression strategy */ | 192 | int strategy; /* compression strategy */ |
193 | int reset; /* true if a reset is pending after a Z_FINISH */ | ||
193 | /* seek request */ | 194 | /* seek request */ |
194 | z_off64_t skip; /* amount to skip (already rewound if backwards) */ | 195 | z_off64_t skip; /* amount to skip (already rewound if backwards) */ |
195 | int seek; /* true if seek request pending */ | 196 | int seek; /* true if seek request pending */ |