libcaesium/caesium/caesium.h

10 lines
191 B
C
Raw Normal View History

2016-11-13 14:43:54 +01:00
#ifndef LIBCAESIUM_CAESIUM_H
#define LIBCAESIUM_CAESIUM_H
2016-11-04 11:00:04 +01:00
#include <stdbool.h>
#include "cstypes.h"
bool cs_compress(const char *input, const char *output, cs_image_pars *options);
#endif