aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Xplugin_api.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-16 19:33:18 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-16 19:33:18 +0000
commit92dcbdc1922c613ac0705760ff63aa5905784cfe (patch)
tree7a05e6a1a5aafd444dd4282d34c3f531e5fcbf2c /plugins/Xplugin_api.h
parent56f95db6b41619e12d78d2ce6522507084da2ab5 (diff)
Export the "proto_tree_add_float" routines, and the routines to get IEEE
float and double values from a tvbuff. svn path=/trunk/; revision=12019
Diffstat (limited to 'plugins/Xplugin_api.h')
-rw-r--r--plugins/Xplugin_api.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/Xplugin_api.h b/plugins/Xplugin_api.h
index a627927f79..abc995a691 100644
--- a/plugins/Xplugin_api.h
+++ b/plugins/Xplugin_api.h
@@ -294,3 +294,10 @@
#define crc16_ccitt_tvb (*p_crc16_ccitt_tvb)
#define tvb_get_letoh64 (*p_tvb_get_letoh64)
#define tvb_get_ntoh64 (*p_tvb_get_ntoh64)
+#define proto_tree_add_float (*p_proto_tree_add_float)
+#define proto_tree_add_float_hidden (*p_proto_tree_add_float_hidden)
+#define proto_tree_add_float_format (*p_proto_tree_add_float_format)
+#define tvb_get_ntohieee_float (*p_tvb_get_ntohieee_float)
+#define tvb_get_ntohieee_double (*p_tvb_get_ntohieee_double)
+#define tvb_get_letohieee_float (*p_tvb_get_letohieee_float)
+#define tvb_get_letohieee_double (*p_tvb_get_letohieee_double)