#include "base64.hh"
-namespace {
+namespace anonpdns {
char B64Decode1(char cInChar)
{
// The incoming character will be A-Z, a-z, 0-9, +, /, or =.
}
+using namespace anonpdns;
int B64Decode(const std::string& strInput, std::string& strOutput)
{
*/
-namespace {
+//namespace {
typedef HEADER dnsheader;
-}
+//}
using namespace std;
using namespace boost;
-namespace {
+//namespace {
struct soatimes
{
uint32_t serial;
uint32_t expire;
uint32_t minimum;
};
-}
+//}
class SOARecordContent : public DNSRecordContent