72. [func] DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS

added for dns_rbt_findnode, the former to disable the
                        setting of the chain to the predecessor, and the
                        latter to make clear when no options are set.
This commit is contained in:
David Lawrence 2000-04-24 21:20:58 +00:00
parent d7197f2ab0
commit cabcfd3e90

View file

@ -1,3 +1,8 @@
72. [func] DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
added for dns_rbt_findnode, the former to disable the
setting of the chain to the predecessor, and the
latter to make clear when no options are set.
71. [cleanup] Made explicit the implicit REQUIREs of
isc_time_seconds, isc_time_nanoseconds, and
isc_time_subtract.