mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-28 05:49:35 +00:00
5 lines
124 B
C++
5 lines
124 B
C++
#include <string>
|
|
|
|
std::string base64_encode(const std::string& inString);
|
|
std::string base64_decode(const std::string& s);
|