summaryrefslogtreecommitdiffstats
path: root/lib/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base64.h')
-rw-r--r--lib/base64.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/base64.h b/lib/base64.h
new file mode 100644
index 0000000..1e0a0b0
--- /dev/null
+++ b/lib/base64.h
@@ -0,0 +1,4 @@
1/* Header file for base64.c */
2
3char *base64 (const char *bin, size_t len);
4