]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
other cleanups
authorMiek Gieben <miekg@NLnetLabs.nl>
Wed, 25 Jan 2006 13:28:53 +0000 (13:28 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Wed, 25 Jan 2006 13:28:53 +0000 (13:28 +0000)
TODO
libdns.vim
packet.c

diff --git a/TODO b/TODO
index 8621d984833538135021fae7aa7ab688a8f469ae..5b08dfe201ebd324cdc5a3e9fd842fc93ac9264c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,7 +2,7 @@ Current TODO list
 
 Roadmap:
 1.0.x: stable releases, with only bugfixes
-1.1.0: feature complete
+1.1.0: feature completeness + documentation
 1.1.x: optimization
 
 
index 22e43cc18765870f28d69549363a45afe9c357a3..896382a8fee21fc330651bbcb3e5f6003886b856 100644 (file)
@@ -89,6 +89,7 @@ syn keyword  ldnsConstant     LDNS_SECTION_ANSWER
 syn keyword  ldnsConstant      LDNS_SECTION_AUTHORITY
 syn keyword  ldnsConstant      LDNS_SECTION_ADDITIONAL
 syn keyword  ldnsConstant      LDNS_SECTION_ANY
+syn keyword  ldnsConstant      LDNS_SECTION_ANY_NOQUESTION
 syn keyword  ldnsConstant      LDNS_MAX_PACKETLEN
 syn keyword  ldnsConstant      LDNS_PACKET_QUERY
 syn keyword  ldnsConstant      LDNS_PACKET_IQUERY
index eef0dba757d2c58100e4a7d4f0861b8b3b60bce0..2fa6fa4420fe12ea2fd815345f279db45c65d486 100644 (file)
--- a/packet.c
+++ b/packet.c
@@ -371,7 +371,7 @@ ldns_pkt_rr(ldns_pkt *pkt, ldns_pkt_section sec, ldns_rr *rr)
        return false;
 }
 
-/* ldns_pkt_rr does somethinf else */
+/* ldns_pkt_rr does something else */
 ldns_rr *
 ldns_pkt_get_rr(ldns_pkt *p, uint16_t n)
 {