Files @ de8114d2da06
Branch filter:

Location: libtransport.git/backends/twitter/libtwitcurl/base64.h

Jan Kaluza
Libpurple: Do not change the nickname when joining the room when it is the same as the one used by the user
1
2
3
4
#include <string>

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