aboutsummaryrefslogtreecommitdiffstats
path: root/capture_ui_utils.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-02-17 01:42:33 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-02-17 01:42:33 +0000
commit924cc60125eb47792e429314062d546b1c7cc2ce (patch)
tree2c61a4d6192a27461ae9d8241c5bfb62af390be8 /capture_ui_utils.h
parentdb56fe619f1339f505b90fa532627a0f588e1d2a (diff)
fix a comment
svn path=/trunk/; revision=17325
Diffstat (limited to 'capture_ui_utils.h')
-rw-r--r--capture_ui_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture_ui_utils.h b/capture_ui_utils.h
index 40691b4d57..7f450e0b36 100644
--- a/capture_ui_utils.h
+++ b/capture_ui_utils.h
@@ -69,6 +69,7 @@ const char *get_if_name(const char *if_text);
/** Convert plain interface name to the displayed name in the combo box.
*
+ * @param if_list The list of interfaces returned by build_capture_combo_list()
* @param if_name The name of the interface.
*
* @return The descriptive name (must be g_free'd later)