mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 18:26:11 -04: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);
|