aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/quicklz/quicklz.h
blob: f6f542abfcdabe7fb0f6210753f43bdb1f24fe23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef quicklz_h_sad8fs78d5f
#define quicklz_h_sad8fs78d5f

#include "table.h"
#include "quicklz.inc"
#define FROM_QUICKLZ_BUILD
#include "1_31_0_0.h"
#undef FROM_QUICKLZ_BUILD
#include "table.h"

#if defined(__cplusplus)
const TQuickLZMethods* LzqTable(unsigned ver, unsigned level, unsigned buf);
#endif

#endif