]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
checklibs needs to grep for the cfg_* prefix in lib/isccfg
authorEvan Hunt <each@isc.org>
Fri, 7 Dec 2018 01:21:38 +0000 (17:21 -0800)
committerEvan Hunt <each@isc.org>
Fri, 7 Dec 2018 02:05:55 +0000 (21:05 -0500)
lib/isccfg/win32/libisccfg.def
util/checklibs.sh

index 3538e01e2f5a56f9fd2ea88bc99401871d113aa8..2cd86cd7e6d5dcac11cd34f3c56f21f483684020 100644 (file)
@@ -102,6 +102,7 @@ cfg_parser_reset
 cfg_parser_setcallback
 cfg_parser_warning
 cfg_peektoken
+cfg_pluginlist_foreach
 cfg_print
 cfg_print_boolean
 cfg_print_bracketed_list
index 20914b18d246a38c852b7b49200f9ae8920054ef..fa51403ba16fc56f26892be1635d333aa183d512 100755 (executable)
@@ -94,6 +94,7 @@ do
     test -z "$dirs" && continue;
     pat=$lib
     test $lib = dns && pat='\(dns\|dst\)'
+    test $lib = isccfg && pat='cfg'
     pat="^${pat}_[a-z0-9_]*("
     list=`git ls-files -c $dirs | grep '\.h$' |
          xargs grep "$pat" |