root/trunk/pdns/pdns/base64.hh
| Revision 503, 209 bytes (checked in by ahu, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | #ifndef PDNS_BASE64_HH |
| 2 | #define PDNS_BASE64_HH |
| 3 | #include <string> |
| 4 | #include <vector> |
| 5 | |
| 6 | int B64Decode(const std::string& strInput, std::string& strOutput); |
| 7 | std::string Base64Encode (const std::string& vby); |
| 8 | #endif |
Note: See TracBrowser
for help on using the browser.