have the definition of init_hostlist_table *ACTUALLY* match its declaration.

svn path=/trunk/; revision=15229
This commit is contained in:
Luis Ontanon 2005-08-05 22:36:28 +00:00
parent 90badc628d
commit 222cd82f4f
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ init_hostlist_table_page(hostlist_table *hosttable, GtkWidget *vbox, gboolean hi
void
init_hostlist_table(gboolean hide_ports, const char *table_name, char *tap_name, char *filter, tap_packet_cb packet_func)
init_hostlist_table(gboolean hide_ports, const char *table_name, const char *tap_name, const char *filter, tap_packet_cb packet_func)
{
hostlist_table *hosttable;
char title[256];