aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-03-21 06:37:34 +0000
committerGuy Harris <guy@alum.mit.edu>2012-03-21 06:37:34 +0000
commit7ee4c2fb40918ce470cddbf539b12277ed92f4fa (patch)
tree7d912d95185b17840c5b1230132b4f7f97abf46e /ui/gtk/main.h
parent7f5162352f74f10127304edfc0894515e3ff3b2e (diff)
Make the comment I added, saying what scan_local_interfaces() does, more
accurate. svn path=/trunk/; revision=41713
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);