Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
simple_decoder.h
Go to the documentation of this file.
1
2//
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
Custom functions for memory handling.
Definition base.h:372
lzma_ret
Return values used by several functions in liblzma.
Definition base.h:57
const lzma_allocator * allocator
Definition block.h:377
const lzma_allocator const uint8_t * props
Definition filter.h:362
const lzma_options_lzma * options
Definition container.h:545
lzma_ret lzma_simple_props_decode(void **options, const lzma_allocator *allocator, const uint8_t *props, size_t props_size)
Definition simple_decoder.c:17
Wrapper for simple filters.