diff --git a/util/checklibs.sh b/util/checklibs.sh index c92874d411..c16cc3eb29 100755 --- a/util/checklibs.sh +++ b/util/checklibs.sh @@ -93,6 +93,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" |