aboutsummaryrefslogtreecommitdiffstats
path: root/capture_ui_utils.h
diff options
context:
space:
mode:
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)