mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-11 03:45:01 -05:00
5 lines
136 B
C
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);
|