v1.1.4 : Added code quality check & fixed result.json fmt

This commit is contained in:
Brendan LE GLAUNEC
2016-12-13 12:04:32 +01:00
committed by Brendan LE GLAUNEC
parent 1fc21f0906
commit 6e06346685
12 changed files with 21 additions and 210 deletions
-1
View File
@@ -27,7 +27,6 @@ namespace tool {
namespace encode {
std::string encode64(const std::string& str_to_encode);
std::string decode64(const std::string& str_to_decode);
std::string base64_encode(unsigned char const*, unsigned int len);
std::string base64_decode(std::string const& s);