1
0
cuberite-2a/WebServer/base64.h
2013-07-29 12:13:03 +01:00

5 lines
136 B
C++

#include <string>
std::string base64_encode(unsigned char const* , unsigned int len);
std::string base64_decode(std::string const& s);