13 #ifndef LZMA_DELTA_DECODER_H
14 #define LZMA_DELTA_DECODER_H
const lzma_allocator * allocator
const lzma_filter * filters
Common stuff for Delta encoder and decoder.
lzma_ret lzma_delta_props_decode(void **options, const lzma_allocator *allocator, const uint8_t *props, size_t props_size)
lzma_ret lzma_delta_decoder_init(lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters)
const lzma_allocator const uint8_t * props
static const char struct stat static buf struct stat static buf static vhangup int options
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.