summaryrefslogtreecommitdiff
path: root/gtk/main_packet_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/main_packet_list.h')
-rw-r--r--gtk/main_packet_list.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/main_packet_list.h b/gtk/main_packet_list.h
index 9bb915e06b..7488b054a7 100644
--- a/gtk/main_packet_list.h
+++ b/gtk/main_packet_list.h
@@ -103,6 +103,13 @@ extern void packet_list_update_marked_frames(void);
*/
extern void packet_list_ignore_frame_cb(GtkWidget *w _U_, gpointer data _U_);
+/** Un-ignore all packets in the list.
+ *
+ * @param widget parent widget (unused)
+ * @param data unused
+ */
+extern void packet_list_unignore_all_frames_cb(GtkWidget *w _U_, gpointer data _U_);
+
/** Update ignored packages. */
extern void packet_list_update_ignored_frames(void);