aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_file_dlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/capture_file_dlg.h')
-rw-r--r--ui/gtk/capture_file_dlg.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/gtk/capture_file_dlg.h b/ui/gtk/capture_file_dlg.h
index 7517a24da4..ef1342cb1c 100644
--- a/ui/gtk/capture_file_dlg.h
+++ b/ui/gtk/capture_file_dlg.h
@@ -85,6 +85,14 @@ void file_close_cmd_cb(GtkWidget *widget, gpointer data);
*/
void file_export_specified_packets_cmd_cb(GtkWidget *widget, gpointer data);
+/** User requested the "Export PDUs to file" dialogue box
+ * and pressed OK to start the export
+ *
+ * @param widget parent widget
+ * @param data pointer to internal data used by the export pdu part
+ */
+void file_export_pdu_ok_cb(GtkWidget *widget, gpointer data);
+
/** User requested "Reload".
*
* @param widget parent widget