view Resources/base64/base64.h @ 279:eb5fb5501569

the REST API sample can now be built with the MinGWToolchain.cmake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Dec 2012 11:07:10 +0100
parents de8a5329b069
children
line wrap: on
line source

#include <string>

std::string base64_encode(const std::string& stringToEncode);
std::string base64_decode(const std::string& s);