Files @ 098f8b6684cb
Branch filter:

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

Jan Kaluza
Backend logs are not created using 'backend-N.log' pattern where N is ID of the backend (1, 2, 3, 4, ...) according to the backends number
1
2
3
4
#include <string>

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