Add support for multiple interfaces to the capture options dialog.
[obnox/wireshark/wip.git] / capture_ifinfo.h
index 2528b6b6ecfaa98d0b58ec3369b023778dc024ea..ea18085bb71c5d3aa0e69ef7fbd5fa925443bb24 100644 (file)
@@ -91,4 +91,6 @@ capture_get_if_capabilities(const char *devname, gboolean monitor_mode,
 
 void free_if_capabilities(if_capabilities_t *caps);
 
+void add_interface_to_remote_list(if_info_t *if_info);
+
 #endif /* __CAPTURE_IFINFO_H__ */