]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix the discrepancy between cfg_pluginlist_foreach declaration and definition
authorOndřej Surý <ondrej@isc.org>
Wed, 15 Apr 2020 10:50:28 +0000 (12:50 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 15 Apr 2020 10:50:28 +0000 (12:50 +0200)
commit4ffe7255853b8332bb585d96a25efb9e56bdcfa7
tree0d98fa7506ae2f6d44e92a32f0a91da908fdcb0c
parent60c632ab91dc8f817e1641c9e3317b8933ab5af4
Fix the discrepancy between cfg_pluginlist_foreach declaration and definition

There was a missing indirection for the pluginlist_cb_t *callback in the
declaration of the cfg_pluginlist_foreach function.  Reported by MSVC as:

  lib\isccfg\parser.c(4057): warning C4028: formal parameter 4 different from declaration
lib/isccfg/include/isccfg/cfg.h