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 4c490dcc7e..756e59ff4c 100644
--- a/epan/ftypes/ftypes-int.h
+++ b/epan/ftypes/ftypes-int.h
@@ -105,6 +105,7 @@ struct _ftype_t {
} set_value;
union {
+ FvalueGetSignedInteger64Func get_value_sinteger64;
FvalueGetFloatingFunc get_value_floating;
} get_value;
@@ -113,7 +114,6 @@ struct _ftype_t {
FvalueGetUnsignedIntegerFunc get_value_uinteger;
FvalueGetSignedIntegerFunc get_value_sinteger;
FvalueGetUnsignedInteger64Func get_value_uinteger64;
- FvalueGetSignedInteger64Func get_value_sinteger64;
FvalueCmp cmp_eq;
FvalueCmp cmp_ne;