]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move bind9_getaddresses() to isc_getaddresses()
authorTony Finch <fanf@isc.org>
Fri, 16 Dec 2022 10:19:16 +0000 (10:19 +0000)
committerTony Finch <fanf@isc.org>
Tue, 21 Feb 2023 13:12:26 +0000 (13:12 +0000)
commit3fef7c626abdc97ee64fa864206004ca5ea8d0ba
treeda2cb11364b0de56c903ee2412be5516bc7c7529
parentb2923ce356e525c6db0a95b1f30e00e0d6258542
Move bind9_getaddresses() to isc_getaddresses()

No need to have a whole library for one function.
bin/dig/dighost.c
bin/nsupdate/nsupdate.c
bin/rndc/rndc.c
bin/tools/mdig.c
lib/bind9/Makefile.am
lib/isc/Makefile.am
lib/isc/getaddresses.c [moved from lib/bind9/getaddresses.c with 96% similarity]
lib/isc/include/isc/getaddresses.h [moved from lib/bind9/include/bind9/getaddresses.h with 92% similarity]
lib/isccfg/parser.c