diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-26 18:34:07 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-26 18:34:07 -0700 |
commit | 8e0d212910a42b3f856bbaebed970e8ddc081ca3 (patch) | |
tree | ba735fdcd32de6830eb6dc886837b12da3c0cba1 /gzguts.h | |
parent | 50e440f081a0edc293dcfe7333a91d764e3d15cd (diff) | |
download | zlib-8e0d212910a42b3f856bbaebed970e8ddc081ca3.tar.gz zlib-8e0d212910a42b3f856bbaebed970e8ddc081ca3.tar.bz2 zlib-8e0d212910a42b3f856bbaebed970e8ddc081ca3.zip |
Simplify gzseek() now that raw after gzip is ignored.
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 */ |