From c3b0fa04a663fe233765b83d3be41a42aa08c25d Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 3 May 2021 08:21:10 +0100 Subject: Initial import for public release --- lib/ucl.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/ucl.h (limited to 'lib/ucl.h') diff --git a/lib/ucl.h b/lib/ucl.h new file mode 100644 index 0000000..9cd91e8 --- /dev/null +++ b/lib/ucl.h @@ -0,0 +1,5 @@ +#ifndef _UCL_H +#define _UCL_H +extern void ucl_uncompress(const unsigned char *src, unsigned char *dst); +#endif + -- cgit v1.2.3