aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/decode_as_dcerpc.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-05 20:59:08 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-05 20:59:08 +0000
commit4e1f4b18abdec1658e835a77a9de8be87c965142 (patch)
tree0aeebf0f2c4ec7ea3813d2f0b9e10f3f77e851cd /gtk/decode_as_dcerpc.h
parente6856b69f3ebf85a1a37cb7c7a508f2be41fb1fe (diff)
More char -> const char warning fixes.
Removed (very few) casts that only change the warning message but don't remove it (with gcc-4). svn path=/trunk/; revision=15227
Diffstat (limited to 'gtk/decode_as_dcerpc.h')
-rw-r--r--gtk/decode_as_dcerpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/decode_as_dcerpc.h b/gtk/decode_as_dcerpc.h
index 6b1dcc26eb..07a6765b6a 100644
--- a/gtk/decode_as_dcerpc.h
+++ b/gtk/decode_as_dcerpc.h
@@ -124,7 +124,7 @@ const gchar *current_proto_name);
* to store any information generated by this routine.
*/
extern void
-decode_add_to_list (gchar *table_name, const gchar *proto_name, gpointer value, gpointer user_data);
+decode_add_to_list (const gchar *table_name, const gchar *proto_name, gpointer value, gpointer user_data);
/*
* This routine starts the creation of a List on a notebook page. It