capture engine:
[obnox/wireshark/wip.git] / gtk / capture_dlg.h
index 3bd1904d2bcf970d09d2d3142ade9d2ed465a2a7..0dc9e92be092e3ecdefeca4f73ca2fb217a0189f 100644 (file)
@@ -45,6 +45,13 @@ void capture_prep_cb(GtkWidget *widget, gpointer data);
  */
 void capture_stop_cb(GtkWidget *widget, gpointer data);
 
+/** User requested capture clear by menu or toolbar.
+ *
+ * @param widget parent widget (unused)
+ * @param data unused
+ */
+void capture_clear_cb(GtkWidget *widget, gpointer data);
+
 /** Create the "Capture Options" dialog box.
  */
 void capture_prep(void);