summaryrefslogtreecommitdiff
path: root/entry/include/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'entry/include/base64.h')
-rw-r--r--entry/include/base64.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/entry/include/base64.h b/entry/include/base64.h
new file mode 100644
index 0000000..6f58c5c
--- /dev/null
+++ b/entry/include/base64.h
@@ -0,0 +1,2 @@
+unsigned int b64_encode(const unsigned char* in, unsigned int in_len, unsigned char* out);
+unsigned int b64_decode(const unsigned char* in, unsigned int in_len, unsigned char* out); \ No newline at end of file