summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd/nsec3.h
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2018-09-29 17:17:55 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2018-09-29 17:17:55 +0000
commit968fe225e554b28a516d4d2a5d881e57bf258fb8 (patch)
tree153b597207468861867ea0c88527559d32e73597 /usr.sbin/nsd/nsec3.h
parent87e61f13004ca898d429960173f3a871e229f1bf (diff)
update to 4.1.25
OK sthen (on a slightly different configure script version)
Diffstat (limited to 'usr.sbin/nsd/nsec3.h')
-rw-r--r--usr.sbin/nsd/nsec3.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/nsd/nsec3.h b/usr.sbin/nsd/nsec3.h
index c4283999144..43d0dfc944d 100644
--- a/usr.sbin/nsd/nsec3.h
+++ b/usr.sbin/nsd/nsec3.h
@@ -109,8 +109,6 @@ const struct dname* nsec3_b32_create(struct region* region, struct zone* zone,
unsigned char* hash);
/* create trees for nsec3 updates and lookups in zone */
void nsec3_zone_trees_create(struct region* region, struct zone* zone);
-/* clear trees for nsec3 in zone */
-void nsec3_hash_tree_clear(struct zone* zone);
/* lookup zone that contains domain's nsec3 trees */
struct zone* nsec3_tree_zone(struct namedb* db, struct domain* domain);
/* lookup zone that contains domain's ds tree */