Rizin
unix-like reverse engineering framework and cli tools
delta_encoder.h
Go to the documentation of this file.
1 //
5 //
6 // Author: Lasse Collin
7 //
8 // This file has been put into the public domain.
9 // You can do whatever you want with this file.
10 //
12 
13 #ifndef LZMA_DELTA_ENCODER_H
14 #define LZMA_DELTA_ENCODER_H
15 
16 #include "delta_common.h"
17 
20  const lzma_filter_info *filters);
21 
22 extern lzma_ret lzma_delta_props_encode(const void *options, uint8_t *out);
23 
24 #endif
const lzma_allocator * allocator
Definition: block.h:377
const lzma_allocator const uint8_t size_t uint8_t * out
Definition: block.h:528
const lzma_filter * filters
Definition: container.h:315
Common stuff for Delta encoder and decoder.
lzma_ret lzma_delta_props_encode(const void *options, uint8_t *out)
lzma_ret lzma_delta_encoder_init(lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters)
static const char struct stat static buf struct stat static buf static vhangup int options
Definition: sflib.h:145
unsigned char uint8_t
Definition: sftypes.h:31
Custom functions for memory handling.
Definition: base.h:372
Hold data and function pointers of the next filter in the chain.
Definition: common.h:135
lzma_ret
Return values used by several functions in liblzma.
Definition: base.h:57