14 #ifndef LZMA_LZMA2_DECODER_H
15 #define LZMA_LZMA2_DECODER_H
const lzma_allocator * allocator
const lzma_filter * filters
const lzma_allocator const uint8_t * props
static const char struct stat static buf struct stat static buf static vhangup int options
lzma_ret lzma_lzma2_decoder_init(lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters)
uint64_t lzma_lzma2_decoder_memusage(const void *options)
lzma_ret lzma_lzma2_props_decode(void **options, const lzma_allocator *allocator, const uint8_t *props, size_t props_size)
Custom functions for memory handling.
Hold data and function pointers of the next filter in the chain.
lzma_ret
Return values used by several functions in liblzma.