summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-09-27 21:54:45 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-09-27 21:54:45 +0000
commit230c36d360c8fdbda2b40e09983f2e8de97d9b39 (patch)
treeca18b1649b82ef7b309f86f7d9ef1313779fb324 /tools
parent347398ee6f13a5500f0104d9e203fc0f0f87e005 (diff)
downloadwireshark-230c36d360c8fdbda2b40e09983f2e8de97d9b39.tar.gz
now it starts to work...
svn path=/trunk/; revision=16028
Diffstat (limited to 'tools')
-rw-r--r--tools/tpg/tpg.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tpg/tpg.pl b/tools/tpg/tpg.pl
index 7d035bac17..6c56815076 100644
--- a/tools/tpg/tpg.pl
+++ b/tools/tpg/tpg.pl
@@ -161,10 +161,10 @@ __H_HEAD
$h_file .= "\n/* hfids export container */\n$hfstruct\n";
-$h_file .= "\n/* hfids container */\nextern struct _$proto_name\_hfis_t $proto_name\_hfis;\n\n";
+$h_file .= "\n/* hfids container */\nextern struct _$proto_name\_hfis_t $proto_name\_hfis;\n\n";
$h_file .= $hfarr . "\n\n" . $ett_arr ."\n\n";
-$c_file .= "\n/* hfids container */\nextern struct _$proto_name\_hfis_t $proto_name\_hfis;\n\n";
+$c_file .= "\n/* hfids container */\nstruct _$proto_name\_hfis_t $proto_name\_hfis;\n\n";
$h_file .= "/* parser declarations */\n";
$c_file .= "/* parser declarations */\n";