aboutsummaryrefslogtreecommitdiff
path: root/gzguts.h
diff options
context:
space:
mode:
Diffstat (limited to 'gzguts.h')
-rw-r--r--gzguts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gzguts.h b/gzguts.h
index 8193451..4d71db0 100644
--- a/gzguts.h
+++ b/gzguts.h
@@ -136,11 +136,11 @@ typedef struct {
136 unsigned want; /* requested buffer size, default is GZBUFSIZE */ 136 unsigned want; /* requested buffer size, default is GZBUFSIZE */
137 unsigned char *in; /* input buffer */ 137 unsigned char *in; /* input buffer */
138 unsigned char *out; /* output buffer (double-sized when reading) */ 138 unsigned char *out; /* output buffer (double-sized when reading) */
139 int direct; /* 0 if processing gzip, 1 if transparent */
139 /* just for reading */ 140 /* just for reading */
140 int eof; /* true if end of input file reached */ 141 int eof; /* true if end of input file reached */
141 z_off64_t start; /* where the gzip data started, for rewinding */ 142 z_off64_t start; /* where the gzip data started, for rewinding */
142 int how; /* 0: get header, 1: copy, 2: decompress */ 143 int how; /* 0: get header, 1: copy, 2: decompress */
143 int direct; /* true if last read direct, false if gzip */
144 /* just for writing */ 144 /* just for writing */
145 int level; /* compression level */ 145 int level; /* compression level */
146 int strategy; /* compression strategy */ 146 int strategy; /* compression strategy */