Subversion Repositories HomeAutomation

Rev

Rev 1229 | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. #include <string>
  2.  
  3. std::string base64_encode(unsigned char const* , unsigned int len);
  4. std::string base64_decode(std::string const& s);
  5.  
  6.