view Resources/base64/base64.h @ 28:ef264c1e9ee5

fix msvc build
author Administrator@jodogne-w01
date Wed, 29 Aug 2012 11:07:55 +0200
parents 166664f0f860
children de8a5329b069
line wrap: on
line source

#include <string>

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