view Orthanc/Resources/ThirdParty/base64/base64.h @ 50:69b004011c4b

fix windows build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 02 Aug 2015 12:12:06 +0200
parents 3c6edd600dcc
children
line wrap: on
line source

#include <string>

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