summaryrefslogtreecommitdiff
path: root/base64.h
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-06-02 17:37:16 -0700
committerJohn Denker <jsd@av8n.com>2012-06-02 17:37:16 -0700
commit22d3da72492f2b0939d11f1bf0a2b23a4f69ec63 (patch)
treebc4c8ea163c47050e92ef55b8b9f33129f78b111 /base64.h
parent3fa6a9210404ed793ea4a3fd3883a2e6bbf7cb7f (diff)
apply the big auth patch
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 @@
+#ifndef BASE64_H
+#define BASE64_H
+
+extern int b64decode();
+extern int b64encode();
+
+#endif