From ea36f30a8e1993d4aacc8974cd0994db67902467 Mon Sep 17 00:00:00 2001 From: Clement Sibille Date: Mon, 26 Feb 2024 02:20:32 +0900 Subject: Initial commit --- lisiblepng/src/deflate.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lisiblepng/src/deflate.h (limited to 'lisiblepng/src/deflate.h') diff --git a/lisiblepng/src/deflate.h b/lisiblepng/src/deflate.h new file mode 100644 index 0000000..e40f816 --- /dev/null +++ b/lisiblepng/src/deflate.h @@ -0,0 +1,11 @@ +#ifndef LISIBLE_PNG_DEFLATE_H +#define LISIBLE_PNG_DEFLATE_H + +#include +#include +#include + +bool zlib_decompress(const uint8_t *compressed_data_buffer, + const size_t compressed_data_length); + +#endif // LISIBLE_PNG_DEFLATE_H -- cgit v1.2.3