From 4662b8c32622189e410a48e33a605753d0bf4fd1 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Mon, 7 Sep 2009 19:50:19 +0000 Subject: Rename packet_list_dissect_and_cache => packet_list_dissect_and_cache_iter svn path=/trunk/; revision=29781 --- gtk/packet_list_store.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/packet_list_store.h') diff --git a/gtk/packet_list_store.h b/gtk/packet_list_store.h index a0ee1007df..682294ab70 100644 --- a/gtk/packet_list_store.h +++ b/gtk/packet_list_store.h @@ -110,7 +110,7 @@ guint packet_list_recreate_visible_rows(PacketList *packet_list); gboolean packet_list_visible_record(PacketList *packet_list, GtkTreeIter *iter); gint packet_list_append_record(PacketList *packet_list, frame_data *fdata); void packet_list_change_record(PacketList *packet_list, guint row, gint col, column_info *cinfo); -void packet_list_dissect_and_cache(PacketList *packet_list, GtkTreeIter *iter, gboolean dissect_columns, gboolean dissect_color); +void packet_list_dissect_and_cache_iter(PacketList *packet_list, GtkTreeIter *iter, gboolean dissect_columns, gboolean dissect_color); void packet_list_reset_colorized(PacketList *packet_list); const char* packet_list_get_widest_column_string(PacketList *packet_list, gint col); -- cgit v1.2.3