bind9/lib/dns/include
Ondřej Surý b6e885c97f Refactor the dns_rpz_add/delete to use local rpz copy
Previously dns_rpz_add() were passed dns_rpz_zones_t and index to .zones
array.  Because we actually attach to dns_rpz_zone_t, we should be using
the local pointer instead of passing the index and "finding" the
dns_rpz_zone_t again.

Additionally, dns_rpz_add() and dns_rpz_delete() were used only inside
rpz.c, so make them static.
2022-04-04 21:20:05 +02:00
..
dns Refactor the dns_rpz_add/delete to use local rpz copy 2022-04-04 21:20:05 +02:00
dst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00