summaryrefslogtreecommitdiff
path: root/epan/ftypes/ftypes-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/ftypes/ftypes-int.h')
-rw-r--r--epan/ftypes/ftypes-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ftypes/ftypes-int.h b/epan/ftypes/ftypes-int.h
index 961926f6fa..712f615e9d 100644
--- a/epan/ftypes/ftypes-int.h
+++ b/epan/ftypes/ftypes-int.h
@@ -99,10 +99,10 @@ struct _ftype_t {
FvalueSetProtocolFunc set_value_protocol;
FvalueSetUnsignedIntegerFunc set_value_uinteger;
FvalueSetSignedIntegerFunc set_value_sinteger;
+ FvalueSetUnsignedInteger64Func set_value_uinteger64;
} set_value;
/* could be union */
- FvalueSetUnsignedInteger64Func set_value_uinteger64;
FvalueSetSignedInteger64Func set_value_sinteger64;
FvalueSetFloatingFunc set_value_floating;