summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd/namedb.h
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2020-07-23 13:54:09 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2020-07-23 13:54:09 +0000
commit6dfd7562e0a57a90e967dc056b14da8134e28b1f (patch)
tree304d3993170e2caabd7eb15a496e7e6f7642a785 /usr.sbin/nsd/namedb.h
parent192e57c05513dbb5a9f06c6cae76e752a7ef3fee (diff)
Update to 4.3.2.
Diffstat (limited to 'usr.sbin/nsd/namedb.h')
-rw-r--r--usr.sbin/nsd/namedb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/nsd/namedb.h b/usr.sbin/nsd/namedb.h
index 4eb4d6852ed..ad43da86751 100644
--- a/usr.sbin/nsd/namedb.h
+++ b/usr.sbin/nsd/namedb.h
@@ -231,7 +231,6 @@ void zone_add_domain_in_hash_tree(region_type* region, rbtree_type** tree,
int (*cmpf)(const void*, const void*), domain_type* domain,
rbnode_type* node);
void zone_del_domain_in_hash_tree(rbtree_type* tree, rbnode_type* node);
-void hash_tree_clear(rbtree_type* tree);
void hash_tree_delete(region_type* region, rbtree_type* tree);
void prehash_clear(domain_table_type* table);
void prehash_add(domain_table_type* table, domain_type* domain);