Add new base64_encode() / base64_decode() functions
[libi2ncommon] / src / stringfunc.hxx
index 824df97..3a5d038 100644 (file)
@@ -267,6 +267,8 @@ std::string to_string(const T& v)
  */
 std::string shorten_stl_types(const std::string &input);
 
+std::string base64_encode(const std::string &input);
+std::string base64_decode(const std::string &input);
 
 } // eo namespace I2n