Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
easy_preset.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#include "common.h"
14
15
16typedef struct {
20
22 lzma_options_lzma opt_lzma;
23
24 // Options for more filters can be added later, so this struct
25 // is not ready to be put into the public API.
26
28
29
32extern bool lzma_easy_preset(lzma_options_easy *easy, uint32_t preset);
Filter options.
Definition filter.h:43
Definition easy_preset.h:16
Options specific to the LZMA1 and LZMA2 filters.
Definition lzma12.h:185
Definitions common to the whole liblzma library.
uint32_t preset
Definition container.h:259
const lzma_filter * filters
Definition container.h:315
#define LZMA_FILTERS_MAX
Maximum number of filters in a chain.
Definition filter.h:26
bool lzma_easy_preset(lzma_options_easy *easy, uint32_t preset)
Definition easy_preset.c:17