v0.2.2 release
[yandexfotkisp] / src / base64.h
1 #ifndef __BASE64_H__\r
2 #define __BASE64_H__\r
3 #include <string>\r
4 \r
5 std::string base64_encode(unsigned char const* , unsigned int len);\r
6 std::string base64_decode(std::string const& s);\r
7 \r
8 #endif\r