diff options
Diffstat (limited to 'infutil.h')
-rw-r--r-- | infutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ struct inflate_blocks_state { | |||
47 | Byte *end; /* one byte after sliding window */ | 47 | Byte *end; /* one byte after sliding window */ |
48 | Byte *read; /* window read pointer */ | 48 | Byte *read; /* window read pointer */ |
49 | Byte *write; /* window write pointer */ | 49 | Byte *write; /* window write pointer */ |
50 | check_func checkfn; /* check function */ | ||
50 | uLong check; /* check on output */ | 51 | uLong check; /* check on output */ |
51 | 52 | ||
52 | }; | 53 | }; |