summaryrefslogtreecommitdiff
path: root/entry/include/base64.h
diff options
context:
space:
mode:
author崔一鸣 <[email protected]>2020-05-10 00:33:12 +0800
committer崔一鸣 <[email protected]>2020-05-10 00:33:12 +0800
commitbff06936f8e108f791b48e247cfffe439742b94e (patch)
tree314319c5df1b8eab4a4c30dd409b4d461f363c88 /entry/include/base64.h
parentb7bb7b7b2a86310e8f1670acd5dde38ebb849f8f (diff)
init commitHEADmaster
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