root/trunk/pdns/pdns/base64.hh

Revision 503, 209 bytes (checked in by ahu, 5 years ago)

split out base64 en/decoding

Line 
1#ifndef PDNS_BASE64_HH
2#define PDNS_BASE64_HH
3#include <string>
4#include <vector>
5
6int B64Decode(const std::string& strInput, std::string& strOutput);
7std::string Base64Encode (const std::string& vby);
8#endif
Note: See TracBrowser for help on using the browser.