]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove rdatalist_p.h
authorEvan Hunt <each@isc.org>
Fri, 17 Feb 2023 19:57:05 +0000 (11:57 -0800)
committerEvan Hunt <each@isc.org>
Tue, 21 Feb 2023 18:13:10 +0000 (10:13 -0800)
commitc90fafa45dba4493517a7805cf1b967f59e5db7e
tree4e9e8bc91de6b1c92ac23908b0b615e846b9c9c4
parentc283850cc33b22f0abbe117ec4b8ef2003d6c498
remove rdatalist_p.h

make the private isc__rdatalist_* functions public dns_rdatalist
functions so that all the rdatalist primitives can be used by
callers to libdns. (this will be needed later for moving SDB and
SDLZ out of libdns.)
lib/dns/Makefile.am
lib/dns/include/dns/rdatalist.h
lib/dns/rdatalist.c
lib/dns/rdatalist_p.h [deleted file]
lib/dns/sdb.c
lib/dns/sdlz.c