summaryrefslogtreecommitdiffstats
path: root/hostTools/lzma/compress/7zapi.h
blob: e2d6ac31765c21192d23e33264f6bd66a962a292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __7ZAPI_H__
#define __7ZAPI_H__

#if defined(__cplusplus)
extern "C" {
#endif

extern int compress_lzma_7zapi(const unsigned char* in_data, unsigned in_size, unsigned char* out_data, unsigned *out_size, unsigned algo, unsigned dictionary_size, unsigned num_fast_bytes);


#if defined(__cplusplus)
}
#endif


#endif