aboutsummaryrefslogtreecommitdiffstats
path: root/capture_ui_utils.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-18 14:29:54 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-18 14:29:54 +0000
commitd329347259d204e6564af0a03f5c71d1e28c72f9 (patch)
treee16f1e0b00856764c0674e6daf10af289202aac8 /capture_ui_utils.c
parent79231bdb846263a92bf01662b237cdc1d7835c3e (diff)
Display the interface comment if defined.
On non-win32 also display the interface name. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25114 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture_ui_utils.c')
-rw-r--r--capture_ui_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_ui_utils.c b/capture_ui_utils.c
index 0c58a0ccd1..be5f9fa65e 100644
--- a/capture_ui_utils.c
+++ b/capture_ui_utils.c
@@ -40,7 +40,7 @@
* Find user-specified capture device description that matches interface
* name, if any.
*/
-static char *
+char *
capture_dev_user_descr_find(const gchar *if_name)
{
char *p;