Changeset 823 for trunk/pdns/pdns/recursor_cache.hh
- Timestamp:
- 05/06/06 21:50:46 (7 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/recursor_cache.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/recursor_cache.hh
r818 r823 118 118 bool d_cachecachevalid; 119 119 }; 120 120 string DNSRR2String(const DNSResourceRecord& rr); 121 DNSResourceRecord String2DNSRR(const string& qname, const QType& qt, const string& serial, uint32_t ttd); 121 122 122 123 #endif