From cabcfd3e90a647c7bab3c5cc3ef7b36f49830787 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 24 Apr 2000 21:20:58 +0000 Subject: [PATCH] 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. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 09f7d38013..d82e8eefcf 100644 --- a/CHANGES +++ b/CHANGES @@ -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.