aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/capture_dlg.h')
-rw-r--r--gtk/capture_dlg.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/capture_dlg.h b/gtk/capture_dlg.h
index 3d20ff2993..caf536cea4 100644
--- a/gtk/capture_dlg.h
+++ b/gtk/capture_dlg.h
@@ -26,6 +26,8 @@
#ifndef __CAPTURE_DLG_H__
#define __CAPTURE_DLG_H__
+extern GtkWidget* airpcap_tb;
+
/** @file
* "Capture Options" dialog box.
* @ingroup dialog_group
@@ -70,6 +72,14 @@ void capture_start_confirmed(void);
void
capture_if_cb(GtkWidget *widget, gpointer data);
+/** User requested the "Capture Airpcap" dialog box by menu or toolbar.
+ *
+ * @param widget parent widget (unused)
+ * @param data unused
+ */
+void
+capture_air_cb(GtkWidget *widget, gpointer data);
+
/** User requested the "Capture Interfaces" dialog box by menu or toolbar.
*
* @param capture_in_progress capture is in progress