aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/lz4/generated/iface.h
blob: c30f2da8538c710fc928a6d744664274aa81b7b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once 
 
#if defined(__cplusplus) 
extern "C" { 
#endif 
 
struct TLZ4Methods { 
    int (*LZ4CompressLimited)(const char* source, char* dest, int isize, int maxOut); 
}; 
 
struct TLZ4Methods* LZ4Methods(int memory); 
 
#if defined(__cplusplus) 
} 
#endif