summaryrefslogtreecommitdiffstats
path: root/src/compression.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compression.h')
-rw-r--r--src/compression.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compression.h b/src/compression.h
new file mode 100644
index 0000000..387d634
--- /dev/null
+++ b/src/compression.h
@@ -0,0 +1,6 @@
+#ifndef COMPRESSION_H
+#define COMPRESSION_H
+
+void decompress(const char *src, size_t src_len, char *dest, size_t dest_len);
+
+#endif