bind9/lib/dns/include
Ondřej Surý ee735ba79d dns/catz.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_catz_options_copy()
 * dns_catz_options_setdefault()
 * dns_catz_entry_new()
 * dns_catz_entry_copy()
2021-10-13 05:47:48 +02:00
..
dns dns/catz.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