aboutsummaryrefslogtreecommitdiffstats
path: root/capture_ui_utils.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-17 01:42:33 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-17 01:42:33 +0000
commit9b1b3d9e2cf87b2582eab154c0ffcbdec43ba75f (patch)
tree2c61a4d6192a27461ae9d8241c5bfb62af390be8 /capture_ui_utils.h
parent2c7a1ec04e92ed9e7a88e0d8bab2ae14fe42b348 (diff)
fix a comment
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17325 f5534014-38df-0310-8fa8-9805f1628bb7
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)