]> git.ipfire.org Git - thirdparty/bind9.git/commit
simplify cfg_parser API
authorEvan Hunt <each@isc.org>
Wed, 22 Oct 2025 17:41:05 +0000 (10:41 -0700)
committerEvan Hunt <each@isc.org>
Thu, 23 Oct 2025 20:01:09 +0000 (13:01 -0700)
commit4f7f2dae59a757dc7d1ce1840beebc0f3183db8a
treeb637ae86990b47789eed216724e2dde5b579bbca
parentd03f6e6fd47ff083f9b3bfa17306d7de00b517d2
simplify cfg_parser API

- the cfg_parser_create() and cfg_parser_destroy() calls are no
  longer used outside parser.c, so they are now static functions
- cfg_parser_attach(), cfg_parser_reset(), and cfg_parser_setflags()
  are no longer used at all, and have been removed.
- cfg_parser_mapadd() has been renamed for clarity to cfg_map_add().
bin/named/server.c
lib/isccfg/include/isccfg/cfg.h
lib/isccfg/parser.c