]> git.ipfire.org Git - thirdparty/bind9.git/commit
clean up dns_client API
authorEvan Hunt <each@isc.org>
Thu, 12 Aug 2021 20:51:47 +0000 (13:51 -0700)
committerOndřej Surý <ondrej@sury.org>
Mon, 30 Aug 2021 06:47:39 +0000 (08:47 +0200)
commit556ffe3eea5148b744d3c24cd62aaac803bfd5cb
tree8c16303b6bbb35af1b7becb7586b6af7e3599b88
parentcdf9a1fd2082c876e4b730c8bd78abe825fe4875
clean up dns_client API

- removed unused functions
- changed some public functions to static that are never called
  from outside client.c
- removed unused types and function prototypes
- renamed dns_client_destroy() to dns_client_detach()
bin/delv/delv.c
bin/tests/system/resolve.c
lib/dns/client.c
lib/dns/include/dns/client.h