diff options
Diffstat (limited to 'deflate.h')
-rw-r--r-- | deflate.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ typedef struct internal_state { | |||
104 | int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ | 104 | int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ |
105 | gz_headerp gzhead; /* gzip header information to write */ | 105 | gz_headerp gzhead; /* gzip header information to write */ |
106 | uInt gzindex; /* where in extra, name, or comment */ | 106 | uInt gzindex; /* where in extra, name, or comment */ |
107 | Byte method; /* STORED (for zip only) or DEFLATED */ | 107 | Byte method; /* can only be DEFLATED */ |
108 | int last_flush; /* value of flush param for previous deflate call */ | 108 | int last_flush; /* value of flush param for previous deflate call */ |
109 | 109 | ||
110 | /* used by deflate.c: */ | 110 | /* used by deflate.c: */ |