Changeset 649 for trunk/pdns/pdns/dnsrecords.hh
- Timestamp:
- 04/03/06 21:42:50 (4 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnsrecords.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnsrecords.hh
r579 r649 186 186 }; 187 187 188 class SSHFPRecordContent : public DNSRecordContent 189 { 190 public: 191 includeboilerplate(SSHFP) 192 193 private: 194 uint8_t d_algorithm, d_fptype; 195 string d_fingerprint; 196 }; 188 197 189 198 class RRSIGRecordContent : public DNSRecordContent