Move base64 implementation to own file.
[paraslash.git] / base64.h
diff --git a/base64.h b/base64.h
new file mode 100644 (file)
index 0000000..a06bf2e
--- /dev/null
+++ b/base64.h
@@ -0,0 +1,2 @@
+int uudecode(const char *src, unsigned char *target, size_t targsize);
+int base64_decode(char const *src, unsigned char *target, size_t targsize);