]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
addition to doc
authorJelte Jansen <jeltejan@NLnetLabs.nl>
Tue, 29 Nov 2005 13:52:36 +0000 (13:52 +0000)
committerJelte Jansen <jeltejan@NLnetLabs.nl>
Tue, 29 Nov 2005 13:52:36 +0000 (13:52 +0000)
ldns/rdata.h

index 42fd1fb49f25ab91841a61f22ac4e15472346b04..73a1c533342f80043d14bd18f09b088311025775 100644 (file)
@@ -352,7 +352,8 @@ ldns_status     ldns_octet(char *word, size_t *length);
 ldns_rdf       *ldns_rdf_clone(const ldns_rdf *rd);
 
 /**
- * compares two rdf's. Order is canonical.
+ * compares two rdf's on their wire formats.
+ * (To order dnames according to rfc4034, use ldns_dname_compare)
  * \param[in] rd1 the first one
  * \param[in] rd2 the second one
  * \return 0 if equal