aboutsummaryrefslogtreecommitdiffstats
path: root/capture_ui_utils.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-13 22:33:55 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-13 22:33:55 +0000
commitcef97ce083b0303f75922c922967044a927f5610 (patch)
tree13f0ca878952c6bacb88800f62db90f00b9abb4d /capture_ui_utils.c
parente125ccb0aa8cc8f81b5303710e2b7745497968ef (diff)
make get_if_name() parameter if_text const, it's not changed inside
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16785 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 53740237b2..b1307e79fa 100644
--- a/capture_ui_utils.c
+++ b/capture_ui_utils.c
@@ -270,7 +270,7 @@ free_capture_combo_list(GList *combo_list)
* interface description, extract the interface name.
*/
char *
-get_if_name(char *if_text)
+get_if_name(const char *if_text)
{
char *if_name;