#
# show which functions still NOT
# correctly logged, ie. using generic
# log function

echo "Using log file: $WIN_OPENLOG"

grep "API LOG" $WIN_OPENLOG|while read s a l n f p
do 
	echo $f  
done |tr "(:" "  " |while read ff pp
do 
	echo $ff	
done |sort |uniq -c |sort -n
