aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Xplugin_api_decls.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-23 07:32:58 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-23 07:32:58 +0000
commita1968b13267acb202c4917314e280804f3001d19 (patch)
tree2497286c839c0a035293ce34b0b5c37bd8eefdb2 /plugins/Xplugin_api_decls.h
parent55d15a436bddbd51da65fc954cdf2441920b3669 (diff)
Add proto_tree_add_debug_text(), rtcp_add_address(), and
rtp_add_address() to the list of functions exported from libethereal.dll and exported via the plugin function table. svn path=/trunk/; revision=12068
Diffstat (limited to 'plugins/Xplugin_api_decls.h')
-rw-r--r--plugins/Xplugin_api_decls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Xplugin_api_decls.h b/plugins/Xplugin_api_decls.h
index d47bbe43b0..8db7c1e9ac 100644
--- a/plugins/Xplugin_api_decls.h
+++ b/plugins/Xplugin_api_decls.h
@@ -301,3 +301,6 @@ addr_tvb_get_ntohieee_float p_tvb_get_ntohieee_float;
addr_tvb_get_ntohieee_double p_tvb_get_ntohieee_double;
addr_tvb_get_letohieee_float p_tvb_get_letohieee_float;
addr_tvb_get_letohieee_double p_tvb_get_letohieee_double;
+addr_proto_tree_add_debug_text p_proto_tree_add_debug_text;
+addr_rtp_add_address p_rtp_add_address;
+addr_rtcp_add_address p_rtcp_add_address;