Rename packet_list_dissect_and_cache => packet_list_dissect_and_cache_iter
[obnox/wireshark/wip.git] / gtk / packet_list_store.h
index a0ee1007dfd22a69cbf4680237ddec33f6207c45..682294ab70fdcc8c2befd09b9d0a2cd4c515e554 100644 (file)
@@ -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);