summaryrefslogtreecommitdiff
path: root/ui/gtk/packet_list.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-11-26 16:11:04 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-11-26 16:11:04 +0000
commitbeeabf86aa81329595c55c32c36f0d56293c580f (patch)
treeceffcf878783a9fc1aa3ce7d9003937e4380248c /ui/gtk/packet_list.h
parent17781b66bf4fe855f59d1910c99bd4cac56c236b (diff)
downloadwireshark-beeabf86aa81329595c55c32c36f0d56293c580f.tar.gz
Rudimentary code to show comments summary.
svn path=/trunk/; revision=46204
Diffstat (limited to 'ui/gtk/packet_list.h')
-rw-r--r--ui/gtk/packet_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gtk/packet_list.h b/ui/gtk/packet_list.h
index 979def0bfc..c5b269060f 100644
--- a/ui/gtk/packet_list.h
+++ b/ui/gtk/packet_list.h
@@ -135,6 +135,7 @@ void packet_list_copy_summary_cb(gpointer data _U_, copy_summary_type copy_type)
gchar *packet_list_get_packet_comment(void);
void packet_list_update_packet_comment(gchar *new_packet_comment);
+void packet_list_return_all_comments(GtkTextBuffer *buffer);
GtkWidget * packet_list_get_widget(void);
void packet_list_colorize_packets(void);