Rizin
unix-like reverse engineering framework and cli tools
simple_decoder.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_SIMPLE_DECODER_H
14 #define LZMA_SIMPLE_DECODER_H
15 
16 #include "simple_coder.h"
17 
19  void **options, const lzma_allocator *allocator,
20  const uint8_t *props, size_t props_size);
21 
22 #endif
const lzma_allocator * allocator
Definition: block.h:377
const lzma_allocator const uint8_t * props
Definition: filter.h:362
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
Wrapper for simple filters.
lzma_ret lzma_simple_props_decode(void **options, const lzma_allocator *allocator, const uint8_t *props, size_t props_size)
Custom functions for memory handling.
Definition: base.h:372
lzma_ret
Return values used by several functions in liblzma.
Definition: base.h:57