caesium-clt/compress.h

7 lines
121 B
C
Raw Normal View History

2015-05-09 10:29:36 +02:00
#ifndef CCTL_COMPRESS
#define CCTL_COMPRESS
void cclt_compress(char* output_file, unsigned char* image_buffer);
#endif