fix compile errors found by dumpabi target
[obnox/wireshark/wip.git] / fix / Values.xsl
index a47e63c2159b0de7cad4f2f6be3e7c94457ecdca..619cd9e54a9366f51ceea03343715b31532b8644 100644 (file)
@@ -13,6 +13,13 @@ Syntax: xsltproc Values.xsl FIX44.xml
  *
  */
 
+typedef struct _fix_field {
+  int      tag;         /* FIX tag */
+  int      hf_id;
+  int      type;        /* */
+  const void *table;
+} fix_field;
+
   <xsl:apply-templates/>
 
 </xsl:template>