]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
removed rdata.h design info
authorMiek Gieben <miekg@NLnetLabs.nl>
Tue, 25 Jan 2005 12:54:28 +0000 (12:54 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Tue, 25 Jan 2005 12:54:28 +0000 (12:54 +0000)
ldns/rdata.h
run-test4.c

index 7f0092602beeebd1124c4063bf0ca9e07ed3e668..3ba52acc2f460c8aca1d5927f5e7b3825dc6a21f 100644 (file)
@@ -1,4 +1,5 @@
 /*
+ * 
  * rdata.h
  *
  * rdata definitions
 #define _LDNS_RDATA_H
 
 /**
- * LibDNS DESIGN 
- * 
- * The following is a standard RR from our labs zone. If we parse it
- * with LibDNS the RR is put in the following structures:
- * 
- * t_rr: (the entire rr)
- * 
- * nlnetlabs.nl    600     IN      MX      10       open.nlnetlabs.nl.
- *  \              \       \       \       \_                       _/
- *   _owner        _ttl    _klass   _type    \_  rdata_fields[]   _/
- *                                             10          := rdata_fields[0]
- *                                     open.nlnetlabs.nl. := rdata_fields[1]
- *                                      
- * So the entire rdata field of an RR is put in the rdata_fields[] array. This
- * is defined in the
- * 
- * An rr_list is an array of rr's.
- */ 
-
-/*
  * The different types of RDATA fields.
  */
 enum ldns_enum_rdf_type
index 71998da6664c8a3f989960a19d310612f9de0295..f77ca083c1b1cbfc478741a7b4c30a19b54be6f9 100644 (file)
@@ -1,6 +1,5 @@
 /**
  * An example ldns program
- * In semi-C code
  *
  * Setup a resolver
  * Query a nameserver