bind9/lib/dns/include
Ondřej Surý 33eefe9f85 The dns_message_create() cannot fail, change the return to void
The dns_message_create() function cannot soft fail (as all memory
allocations either succeed or cause abort), so we change the function to
return void and cleanup the calls.
2020-09-29 08:22:08 +02:00
..
dns The dns_message_create() cannot fail, change the return to void 2020-09-29 08:22:08 +02:00
dst update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00