diff util.h @ 1:5afdb14df924

sci: add support for storing results
author David Demelier <markand@malikania.fr>
date Tue, 08 Jun 2021 08:40:01 +0200
parents f1de39079243
children 5fa3d2f479b2
line wrap: on
line diff
--- a/util.h	Mon Jun 07 09:41:37 2021 +0200
+++ b/util.h	Tue Jun 08 08:40:01 2021 +0200
@@ -56,4 +56,10 @@
 char *
 util_printf(char *, size_t, const char *, ...);
 
+char *
+util_zbase64_enc(const char *);
+
+char *
+util_zbase64_dec(const char *);
+
 #endif /* !SCI_UTIL_H */