aboutsummaryrefslogtreecommitdiffstats
path: root/capture_ui_utils.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-12-13 22:33:55 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-12-13 22:33:55 +0000
commitec87b13d49e0c8d0e38aed96d57711c1703f2352 (patch)
tree13f0ca878952c6bacb88800f62db90f00b9abb4d /capture_ui_utils.h
parentd265d85d92577715e85152f28b919db87ca4573f (diff)
make get_if_name() parameter if_text const, it's not changed inside
svn path=/trunk/; revision=16785
Diffstat (limited to 'capture_ui_utils.h')
-rw-r--r--capture_ui_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_ui_utils.h b/capture_ui_utils.h
index e3b7bf7dc5..a06a2db7e6 100644
--- a/capture_ui_utils.h
+++ b/capture_ui_utils.h
@@ -65,7 +65,7 @@ void free_capture_combo_list(GList *combo_list);
*
* @return The raw interface name, without description (must NOT be g_free'd later)
*/
-char *get_if_name(char *if_text);
+char *get_if_name(const char *if_text);
/** Convert plain interface name to the displayed name in the combo box.
*