Changeset 104 for trunk/pdns/pdns/dnspacket.hh
- Timestamp:
- 12/30/02 22:00:56 (10 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnspacket.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnspacket.hh
r85 r104 17 17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 18 */ 19 // $Id: dnspacket.hh,v 1. 7 2002/12/18 09:30:13ahu Exp $19 // $Id: dnspacket.hh,v 1.8 2002/12/30 21:00:56 ahu Exp $ 20 20 #ifndef DNSPACKET_HH 21 21 #define DNSPACKET_HH … … 181 181 182 182 */ 183 184 185 183 void addSOARecord(const string &domain, const string &content, u_int32_t ttl, DNSResourceRecord::Place place); 186 184 void addSOARecord(const DNSResourceRecord &); //!< add a SOA record to the packet 187 188 185 189 186 void addTXTRecord(string domain, string, u_int32_t ttl); //!< add a TXT record to the packet