]> git.ipfire.org Git - thirdparty/bind9.git/commit
add type to hooktable_free callbacks each-resolver-plugin 11250/head
authorColin Vidal <colin@isc.org>
Mon, 24 Nov 2025 10:28:48 +0000 (11:28 +0100)
committerColin Vidal <colin@isc.org>
Mon, 24 Nov 2025 10:28:48 +0000 (11:28 +0100)
commit4902fff81a72a0c74b7de05d87c0edce19af9efd
tree997044f78b1a5476f8d5cc2fd3b26267a4f2e4bc
parentebfeb964d549a3247f0c50cdf8feff6e99b82e45
add type to hooktable_free callbacks

The `hootable_free` callbacks (used in views and zones) are now typed
with `dns_hooktable_free_t`, as the hook definitions are now part of
libdns.
lib/dns/hooks.c
lib/dns/include/dns/hooks.h
lib/dns/include/dns/view.h
lib/dns/include/dns/zone.h
lib/dns/zone.c
tests/libtest/ns.c