summaryrefslogtreecommitdiffstats
path: root/lisiblepng/src/lisiblepng/deflate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lisiblepng/src/lisiblepng/deflate.h')
-rw-r--r--lisiblepng/src/lisiblepng/deflate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisiblepng/src/lisiblepng/deflate.h b/lisiblepng/src/lisiblepng/deflate.h
index 88a3711..3b707ab 100644
--- a/lisiblepng/src/lisiblepng/deflate.h
+++ b/lisiblepng/src/lisiblepng/deflate.h
@@ -12,8 +12,8 @@
/// @param output_length The pointer to write the output length to
/// @return A pointer to the decompressed data, the caller is responsible to
/// deallocate it using free(). In case of error, NULL is returned.
-char *zlib_decompress(const uint8_t *compressed_data_buffer,
- const size_t compressed_data_length,
- size_t *output_length);
+uint8_t *zlib_decompress(const uint8_t *compressed_data_buffer,
+ const size_t compressed_data_length,
+ size_t *output_length);
#endif // LISIBLE_PNG_DEFLATE_H
Go back to lisible.xyz