aboutsummaryrefslogtreecommitdiff
path: root/gzguts.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-26 18:34:07 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-26 18:34:07 -0700
commit8e0d212910a42b3f856bbaebed970e8ddc081ca3 (patch)
treeba735fdcd32de6830eb6dc886837b12da3c0cba1 /gzguts.h
parent50e440f081a0edc293dcfe7333a91d764e3d15cd (diff)
downloadzlib-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gzguts.h b/gzguts.h
index 0f8fb79..63b0c3f 100644
--- a/gzguts.h
+++ b/gzguts.h
@@ -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 */