aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/main.h')
-rw-r--r--ui/gtk/main.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gtk/main.h b/ui/gtk/main.h
index 872798c230..77de5b694b 100644
--- a/ui/gtk/main.h
+++ b/ui/gtk/main.h
@@ -356,7 +356,8 @@ void hide_interface(gchar* new_hide);
/*
* Fetch the list of local interfaces with capture_interface_list()
- * and add it to *capture_opts.
+ * and set the list of "all interfaces" in *capture_opts to include
+ * those interfaces.
*/
extern void scan_local_interfaces(capture_options* capture_opts, int *error);