From 7d1025deb3992308e55a8acce884af36253a10af Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Thu, 17 Oct 2019 17:19:25 +0000 Subject: [PATCH] some fixes, not working yet --- src/snapshot.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/snapshot.h b/src/snapshot.h index 7bc617b..4a632db 100644 --- a/src/snapshot.h +++ b/src/snapshot.h @@ -26,4 +26,5 @@ void build_decoding_table(); void base64_cleanup(); ts_uint ts_compress_string64(char *data, ts_uint data_len, char **compressed); +char *ts_compress_intlist(int *data, ts_uint data_len); #endif -- Gitblit v1.9.3