summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";