From b6e20d89be631aad4303d1b48df3b64aab4e8c2a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 1 Jul 2008 21:13:32 +0000 Subject: Put printf into a separate "termoutput" API group. For most files, check for it - but not for TShark plugins, as they are expected to print to the standard output. svn path=/trunk/; revision=25653 --- plugins/tpg/Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/tpg') diff --git a/plugins/tpg/Makefile.nmake b/plugins/tpg/Makefile.nmake index 1369afce13..d9112f14e3 100644 --- a/plugins/tpg/Makefile.nmake +++ b/plugins/tpg/Makefile.nmake @@ -65,4 +65,4 @@ $(LEMON)\lemon.exe: cd ../../plugins/mate checkapi: - $(PERL) ../../tools/checkAPIs.pl -g abort $(DISSECTOR_SRC) + $(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) -- cgit v1.2.3