summaryrefslogtreecommitdiffstats
path: root/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'base64.h')
-rw-r--r--base64.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/base64.h b/base64.h
new file mode 100644
index 0000000..a9164c0
--- /dev/null
+++ b/base64.h
@@ -0,0 +1,7 @@
1#ifndef BASE64_H
2#define BASE64_H
3
4extern int b64decode();
5extern int b64encode();
6
7#endif