aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-02-01 06:49:25 +0000
committerJörg Mayer <jmayer@loplof.de>2004-02-01 06:49:25 +0000
commit38faa0f27bad25d554fad15509ea6eeb8b81240f (patch)
treec5523d5a731fb2a0992e07d16613b37d2961d47e /plugins
parentd62f6c67da505b319272a274a05be983889330c0 (diff)
packet-dcerpc-afs4int.c
svn path=/trunk/; revision=9938
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Xplugin_table.h2
-rw-r--r--plugins/plugin_api_list.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Xplugin_table.h b/plugins/Xplugin_table.h
index acadc0f009..f531be5926 100644
--- a/plugins/Xplugin_table.h
+++ b/plugins/Xplugin_table.h
@@ -99,7 +99,7 @@ typedef gint (*addr_tvb_get_nstringz0) (tvbuff_t *, gint, guint, guint8 *);
typedef gint (*addr_tvb_find_line_end) (tvbuff_t *, gint, int, gint *, gboolean);
typedef gint (*addr_tvb_find_line_end_unquoted) (tvbuff_t *, gint, int, gint *);
typedef gint (*addr_tvb_strneql) (tvbuff_t *, gint, const guint8 *, gint);
-typedef gint (*addr_tvb_strncaseeql) (tvbuff_t *, gint, const guint8 *, gint);
+typedef gint (*addr_tvb_strncaseeql) (tvbuff_t *, gint, const gchar *, gint);
typedef gchar *(*addr_tvb_bytes_to_str) (tvbuff_t *, gint, gint);
typedef struct pref_module *(*addr_prefs_register_protocol) (int, void (*) (void));
typedef void (*addr_prefs_register_uint_preference) (struct pref_module *, const char *, const char *, const char *, guint, guint *);
diff --git a/plugins/plugin_api_list.c b/plugins/plugin_api_list.c
index 21ce1c2a99..4a10a969ab 100644
--- a/plugins/plugin_api_list.c
+++ b/plugins/plugin_api_list.c
@@ -1,7 +1,7 @@
/* plugin_api_list.c
* Used to generate various included files for plugin API
*
- * $Id: plugin_api_list.c,v 1.23 2004/01/25 17:53:55 gerald Exp $
+ * $Id: plugin_api_list.c,v 1.24 2004/02/01 06:49:25 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -184,7 +184,7 @@ gint tvb_find_line_end(tvbuff_t*, gint, int, gint *, gboolean);
gint tvb_find_line_end_unquoted(tvbuff_t*, gint, int, gint *);
gint tvb_strneql(tvbuff_t*, gint, const guint8 *, gint);
-gint tvb_strncaseeql(tvbuff_t*, gint, const guint8 *, gint);
+gint tvb_strncaseeql(tvbuff_t*, gint, const gchar *, gint);
gchar *tvb_bytes_to_str(tvbuff_t*, gint, gint len);