aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-19 01:28:43 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-02-19 01:28:43 +0000
commit882bbecc2cbe060f91c467a67638eafc0db0c9b7 (patch)
treea1061c60793f72d17fd12f044359aabf48729e91 /plugins
parent3ea0d04b20cb15eb6655526298c4c03f0491eac7 (diff)
Fix up the declaration of "addr_tvb_new_real_data" to match
"tvb_new_real_data()". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4755 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin_table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/plugin_table.h b/plugins/plugin_table.h
index 3fcb6f1b05..609bdc31a2 100644
--- a/plugins/plugin_table.h
+++ b/plugins/plugin_table.h
@@ -1,7 +1,7 @@
/* plugin_table.h
* Table of exported addresses for Ethereal plugins.
*
- * $Id: plugin_table.h,v 1.38 2002/02/02 03:42:18 guy Exp $
+ * $Id: plugin_table.h,v 1.39 2002/02/19 01:28:43 guy Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -131,7 +131,7 @@ typedef tvbuff_t* (*addr_tvb_new_subset)(tvbuff_t*, gint, gint, gint);
typedef void (*addr_tvb_set_free_cb)(tvbuff_t*, tvbuff_free_cb_t);
typedef void (*addr_tvb_set_child_real_data_tvbuff)(tvbuff_t*, tvbuff_t*);
-typedef tvbuff_t* (*addr_tvb_new_real_data)(const guint8*, guint, gint, const gchar*);
+typedef tvbuff_t* (*addr_tvb_new_real_data)(const guint8*, guint, gint);
typedef guint (*addr_tvb_length)(tvbuff_t*);
typedef gint (*addr_tvb_length_remaining)(tvbuff_t*, gint);