OSDN Git Service

Success Send one email to gmail server
[tortoisegit/TortoiseGitJp.git] / src / Utils / base64.h
1 #include <string>\r
2 \r
3 #ifndef _BASE64_H_\r
4 #define _BASE64_H_\r
5 \r
6 std::string base64_encode(unsigned char const* , unsigned int len);\r
7 std::string base64_decode(std::string const& s);\r
8 \r
9 #endif\r