Update contract of dns_name_rdatacompare to return < 0, 0, > 0 instead of

-1, 0, 1.
This commit is contained in:
Bob Halley
2000-04-28 16:29:48 +00:00
parent 1a7f6c3898
commit 3ae5393d7e

View File

@@ -477,9 +477,9 @@ dns_name_rdatacompare(dns_name_t *name1, dns_name_t *name2);
* dns_name_countlabels(name2) > 0
*
* Returns:
* -1 'name1' is less than 'name2'
* < 0 'name1' is less than 'name2'
* 0 'name1' is equal to 'name2'
* 1 'name1' is greater than 'name2'
* > 0 'name1' is greater than 'name2'
*/
isc_boolean_t