aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list_store.h
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-07 19:50:19 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-07 19:50:19 +0000
commit4662b8c32622189e410a48e33a605753d0bf4fd1 (patch)
treee28f27ed44b51339a42d11255928af704e02a586 /gtk/packet_list_store.h
parent3efea601d426743ad96ac7988a270dd21e1ae752 (diff)
Rename packet_list_dissect_and_cache => packet_list_dissect_and_cache_iter
svn path=/trunk/; revision=29781
Diffstat (limited to 'gtk/packet_list_store.h')
-rw-r--r--gtk/packet_list_store.h2
1 files changed, 1 insertions, 1 deletions
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);