Constify a bunch of arguments and variables, to squelch compiler
[obnox/wireshark/wip.git] / capture_ui_utils.h
index a06a2db7e6ad5de6fecafaa347b964d17e921c9f..40691b4d57c0669ddbee977c44ffbdc6b9e23898 100644 (file)
@@ -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.
  *