Preparations for using the latest GTK 2.8 files for now only gettext is updated.
[obnox/wireshark/wip.git] / capture_ui_utils.h
index a06a2db7e6ad5de6fecafaa347b964d17e921c9f..637c6ccc28f25bb46bc63d7687a900a26541c36a 100644 (file)
@@ -3,8 +3,8 @@
  *
  * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
@@ -65,10 +65,11 @@ 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.
  *
+ * @param if_list The list of interfaces returned by build_capture_combo_list()
  * @param if_name The name of the interface.
  *
  * @return The descriptive name (must be g_free'd later)