summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-08-05 22:34:45 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-08-05 22:34:45 +0000
commit90badc628dd6f3ff5a4de7ddd896b624b880ab7f (patch)
tree9ccf5cab8c82a5c891c43299ab8a0e145c089707
parent4e1f4b18abdec1658e835a77a9de8be87c965142 (diff)
downloadwireshark-90badc628dd6f3ff5a4de7ddd896b624b880ab7f.tar.gz
have the definition of init_hostlist_table match the declaration.
svn path=/trunk/; revision=15228
-rw-r--r--gtk/hostlist_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/hostlist_table.c b/gtk/hostlist_table.c
index 538de0ed88..f3f2dddcfb 100644
--- a/gtk/hostlist_table.c
+++ b/gtk/hostlist_table.c
@@ -729,7 +729,7 @@ init_hostlist_table_page(hostlist_table *hosttable, GtkWidget *vbox, gboolean hi
void
-init_hostlist_table(gboolean hide_ports, char *table_name, char *tap_name, char *filter, tap_packet_cb packet_func)
+init_hostlist_table(gboolean hide_ports, const char *table_name, char *tap_name, char *filter, tap_packet_cb packet_func)
{
hostlist_table *hosttable;
char title[256];