From aecb11873dde5425c1acdf8791736461f3628b14 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Thu, 17 Oct 2019 16:03:33 +0000
Subject: [PATCH] Non debugged compression of integer fields

---
 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