diff options
Diffstat (limited to 'src/liblzma/lz/lz_encoder.h')
-rw-r--r-- | src/liblzma/lz/lz_encoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/lz/lz_encoder.h b/src/liblzma/lz/lz_encoder.h index 1e47af2d..b13e4b83 100644 --- a/src/liblzma/lz/lz_encoder.h +++ b/src/liblzma/lz/lz_encoder.h @@ -132,7 +132,7 @@ struct lzma_lz_encoder_s { /// Calculates -extern uint32_t lzma_lz_encoder_hash_properties(lzma_match_finder match_finder, +extern bool lzma_lz_encoder_hash_properties(lzma_match_finder match_finder, uint32_t history_size, uint32_t *restrict hash_mask, uint32_t *restrict hash_size_sum, uint32_t *restrict num_items); |