diff options
Diffstat (limited to 'gzguts.h')
-rw-r--r-- | gzguts.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -98,7 +98,6 @@ typedef struct { | |||
98 | unsigned have; /* amount of output data unused at next */ | 98 | unsigned have; /* amount of output data unused at next */ |
99 | int eof; /* true if end of input file reached */ | 99 | int eof; /* true if end of input file reached */ |
100 | z_off64_t start; /* where the gzip data started, for rewinding */ | 100 | z_off64_t start; /* where the gzip data started, for rewinding */ |
101 | z_off64_t raw; /* where the raw data started, for seeking */ | ||
102 | int how; /* 0: get header, 1: copy, 2: decompress */ | 101 | int how; /* 0: get header, 1: copy, 2: decompress */ |
103 | int direct; /* true if last read direct, false if gzip */ | 102 | int direct; /* true if last read direct, false if gzip */ |
104 | /* just for writing */ | 103 | /* just for writing */ |