mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 07:07:00 -04:00
Principle Authors: DCL
This commit is contained in:
parent
7ab725ec13
commit
d09197467b
2 changed files with 8 additions and 4 deletions
|
|
@ -15,6 +15,10 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: dbtable.c,v 1.3 1999/03/18 21:21:31 tale Exp $ */
|
||||
|
||||
/* Principal Authors: DCL */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <isc/assertions.h>
|
||||
|
|
@ -190,5 +194,3 @@ dns_dbtable_find(dns_dbtable_t *dbtable, dns_name_t *name, dns_db_t **dbp) {
|
|||
|
||||
return (result);
|
||||
}
|
||||
|
||||
/* DCL */
|
||||
|
|
|
|||
|
|
@ -15,6 +15,10 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rbt.c,v 1.28 1999/03/18 21:20:46 tale Exp $ */
|
||||
|
||||
/* Principal Authors: DCL */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
@ -1677,5 +1681,3 @@ dns_rbt_printall(dns_rbt_t *rbt) {
|
|||
|
||||
dns_rbt_printtree(rbt->root, NULL, 0);
|
||||
}
|
||||
|
||||
/* DCL */
|
||||
|
|
|
|||
Loading…
Reference in a new issue