]> git.ipfire.org Git - thirdparty/bind9.git/commit
parser firstclause/nextclause API changes
authorColin Vidal <colin@isc.org>
Thu, 16 Oct 2025 12:38:48 +0000 (14:38 +0200)
committerEvan Hunt <each@isc.org>
Wed, 29 Oct 2025 20:55:04 +0000 (13:55 -0700)
commit35c8768fde248521d63d0fe96a15dd4eba248dfa
tree9cdfac5b1601069fe28a65357772545fdf02b624
parent72862c2abc0bc6e87de08918bf21a7fc8fc4b1f7
parser firstclause/nextclause API changes

In order to make upcoming configuration tree changes easier, the
cfg_map_firstclause() and _nextclause() functions have been changed
to return the clause itself rather than only the clause name.
lib/isccfg/check.c
lib/isccfg/include/isccfg/cfg.h
lib/isccfg/parser.c
tests/isccfg/grammar_test.c
tests/isccfg/parser_test.c