#ifndef CCTL_COMPRESS
#define CCTL_COMPRESS
void cclt_compress(char* output_file, unsigned char* image_buffer);
#endif