Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
index_encoder.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_INDEX_ENCODER_H
14#define LZMA_INDEX_ENCODER_H
15
16#include "common.h"
17
18
20 const lzma_allocator *allocator, const lzma_index *i);
21
22
23#endif
Custom functions for memory handling.
Definition base.h:372
Definition index.c:145
Hold data and function pointers of the next filter in the chain.
Definition common.h:195
Definitions common to the whole liblzma library.
lzma_ret
Return values used by several functions in liblzma.
Definition base.h:57
const lzma_allocator * allocator
Definition block.h:377
lzma_index ** i
Definition index.h:629
lzma_ret lzma_index_encoder_init(lzma_next_coder *next, const lzma_allocator *allocator, const lzma_index *i)
Definition index_encoder.c:186