Make a routine unused outside capture_ui_utils.c static.

Change-Id: I63f1e5fb119a44edf4ee489683e79cb39a746c08
Reviewed-on: https://code.wireshark.org/review/2710
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-06-29 22:29:42 -07:00
parent e2801d0da0
commit 7d1a93f7fd
2 changed files with 1 additions and 10 deletions

View File

@ -370,7 +370,7 @@ search_info(GList *if_list, gchar *if_name)
/* build the string to display in the combo box for the given interface */
char *
static char *
build_capture_combo_name(GList *if_list, gchar *if_name)
{
gchar *descr;

View File

@ -110,15 +110,6 @@ void free_capture_combo_list(GList *combo_list);
*/
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)
*/
char *build_capture_combo_name(GList *if_list, gchar *if_name);
/** Return the interface description (after setting it if not already set)
*
* @param capture_opts The capture_options structure that contains the used interface