2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Improve dns_name_fullcompare() comment.

This commit is contained in:
Bob Halley
1999-02-16 08:28:58 +00:00
parent 30ff476f61
commit 02083e881d

View File

@@ -292,6 +292,17 @@ dns_name_fullcompare(dns_name_t *name1, dns_name_t *name2,
*
* Either name1 is absolute and name2 is absolute, or neither is.
*
* Ensures:
*
* *orderp is -1 if name1 < name2, 0 if name1 = name2, 1 if
* name1 > name2.
*
* *nlabelsp is the number of common significant labels.
*
* If *nbitsp is non-zero, then the least-signficant of the
* common significant labels is a bitstring label, and the
* two names have *nbitsp significant bits in common.
*
* Returns:
* dns_namerel_none There's no hierarchical relationship
* between name1 and name2.