1
2#ifndef __sqlzma_h__
3#define __sqlzma_h__
4
5int LzmaUncompress(void *dst, int *dstlen, void *src, int srclen);
6
7#endif
8