One more step in privilege separation.
[obnox/wireshark/wip.git] / capture.h
index c362dae5e5fdfb1fa33ade970124783d20105f07..f94883c561b7c4903fcea33307c229f065faa02c 100644 (file)
--- a/capture.h
+++ b/capture.h
@@ -33,7 +33,7 @@
 
 #include "capture_opts.h"
 
-/** 
+/**
  * Start a capture session.
  *
  * @param capture_opts the numerous capture options
@@ -81,5 +81,10 @@ extern void capture_input_cfilter_error_message(capture_options *capture_opts, c
  */
 extern void capture_input_closed(capture_options *capture_opts);
 
+/**
+ * Fetch the interface list from a child process.
+ */
+extern GList *capture_interface_list(int *err, char **err_str);
+
 
 #endif /* capture.h */