v0.2.2 release
[yandexfotkisp] / src / base64.h
diff --git a/src/base64.h b/src/base64.h
new file mode 100644 (file)
index 0000000..8177c6b
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef __BASE64_H__\r
+#define __BASE64_H__\r
+#include <string>\r
+\r
+std::string base64_encode(unsigned char const* , unsigned int len);\r
+std::string base64_decode(std::string const& s);\r
+\r
+#endif\r