| lzma2_decoder.h | lzma2_decoder.h | |||
|---|---|---|---|---|
| skipping to change at line 20 | skipping to change at line 20 | |||
| // You can do whatever you want with this file. | // You can do whatever you want with this file. | |||
| // | // | |||
| /////////////////////////////////////////////////////////////////////////// //// | /////////////////////////////////////////////////////////////////////////// //// | |||
| #ifndef LZMA_LZMA2_DECODER_H | #ifndef LZMA_LZMA2_DECODER_H | |||
| #define LZMA_LZMA2_DECODER_H | #define LZMA_LZMA2_DECODER_H | |||
| #include "common.h" | #include "common.h" | |||
| extern lzma_ret lzma_lzma2_decoder_init(lzma_next_coder *next, | extern lzma_ret lzma_lzma2_decoder_init(lzma_next_coder *next, | |||
| lzma_allocator *allocator, const lzma_filter_info *filters); | const lzma_allocator *allocator, | |||
| const lzma_filter_info *filters); | ||||
| extern uint64_t lzma_lzma2_decoder_memusage(const void *options); | extern uint64_t lzma_lzma2_decoder_memusage(const void *options); | |||
| extern lzma_ret lzma_lzma2_props_decode( | extern lzma_ret lzma_lzma2_props_decode( | |||
| void **options, lzma_allocator *allocator, | void **options, const lzma_allocator *allocator, | |||
| const uint8_t *props, size_t props_size); | const uint8_t *props, size_t props_size); | |||
| #endif | #endif | |||
| End of changes. 2 change blocks. | ||||
| 2 lines changed or deleted | 3 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||