bind9/lib/dns/include
Ondřej Surý f51a9d834c dns/view.c: Return void when ISC_R_SUCCESS is only returned value
With isc_mem_get() and dns_name_dup() no longer being able to fail, some
functions can now only return ISC_R_SUCCESS.  Change the return type to
void for the following function(s):

 * dns_view_adddelegationonly()
 * dns_view_excludedelegationonly()
2021-10-13 05:47:48 +02:00
..
dns dns/view.c: Return void when ISC_R_SUCCESS is only returned value 2021-10-13 05:47:48 +02:00
dst Make isc_result a static enum 2021-10-06 11:22:20 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00