bind9/lib/dns/include
Ondřej Surý edfae82c82 dns/resolver.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_zone_setprimaries()
 * dns_zone_setparentals()
 * dns_zone_setparentals()
 * dns_zone_setalsonotify()
2021-10-13 05:48:51 +02:00
..
dns dns/resolver.c: Return void when ISC_R_SUCCESS is only returned value 2021-10-13 05:48:51 +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