aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/new_packet_list.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-02 15:07:03 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-02 15:07:03 +0000
commitdf748d305e354172849f23ffdf150b7d3e99f25a (patch)
treec7bb70a9fc6fefe872de9d579c20a027c3784727 /gtk/new_packet_list.h
parentd4f85760614df3154c4aa9ac436002af3fe9ee02 (diff)
Prepare abillity to add color filters with new packet list.
(Packets not recolored yet). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29664 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/new_packet_list.h')
-rw-r--r--gtk/new_packet_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/new_packet_list.h b/gtk/new_packet_list.h
index c9d229ecd9..5cf335879b 100644
--- a/gtk/new_packet_list.h
+++ b/gtk/new_packet_list.h
@@ -70,6 +70,8 @@ void new_packet_list_copy_summary_cb(GtkWidget * w _U_, gpointer data _U_, copy_
*/
extern void new_packet_list_recent_write_all(FILE *rf);
+GtkWidget * new_packet_list_get_widget(void);
+
#endif /* NEW_PACKET_LIST */
#endif /* __NEW_PACKET_LIST_H__ */