From fec93edbae9d7aa062dc147c2f945d98d25b5af7 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 29 Jan 1999 07:04:03 +0000 Subject: [PATCH] add base --- lib/dns/rbtdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/rbtdb.h b/lib/dns/rbtdb.h index b0d64dbdb3..452b912ef1 100644 --- a/lib/dns/rbtdb.h +++ b/lib/dns/rbtdb.h @@ -29,7 +29,7 @@ #include dns_result_t -dns_rbtdb_create(isc_mem_t *mctx, isc_boolean_t is_cache, +dns_rbtdb_create(isc_mem_t *mctx, dns_name_t *base, isc_boolean_t is_cache, dns_rdataclass_t class, unsigned int argc, char *argv[], dns_db_t **dbp);