diff options
Diffstat (limited to 'capture_ui_utils.h')
-rw-r--r-- | capture_ui_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_ui_utils.h b/capture_ui_utils.h index a06a2db7e6..40691b4d57 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(const char *if_text); +const char *get_if_name(const char *if_text); /** Convert plain interface name to the displayed name in the combo box. * |