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// SPDX-License-Identifier: 0BSD
2
4//
7//
8// Author: Lasse Collin
9//
11
12#ifndef LZMA_SIMPLE_DECODER_H
13#define LZMA_SIMPLE_DECODER_H
14
15#include "simple_coder.h"
16
18 void **options, const lzma_allocator *allocator,
19 const uint8_t *props, size_t props_size);
20
21#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.