From 90e8691111889a7b5f3c812f5a41f15a8a058913 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 7 Nov 2017 00:14:39 +0100 Subject: New upstream version 1.9.90 --- clients/cli/devices.h | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'clients/cli/devices.h') diff --git a/clients/cli/devices.h b/clients/cli/devices.h index 672944be..2c261bc7 100644 --- a/clients/cli/devices.h +++ b/clients/cli/devices.h @@ -32,22 +32,22 @@ void monitor_devices (NmCli *nmc); NMDevice ** nmc_get_devices_sorted (NMClient *client); -void nmc_device_state_to_color (NMDeviceState state, NmcTermColor *color, NmcTermFormat *color_fmt); - -extern NmcOutputField nmc_fields_dev_status[]; -extern NmcOutputField nmc_fields_dev_show_general[]; -extern NmcOutputField nmc_fields_dev_show_connections[]; -extern NmcOutputField nmc_fields_dev_show_cap[]; -extern NmcOutputField nmc_fields_dev_show_wired_prop[]; -extern NmcOutputField nmc_fields_dev_show_wifi_prop[]; -extern NmcOutputField nmc_fields_dev_show_wimax_prop[]; -extern NmcOutputField nmc_fields_dev_wifi_list[]; -extern NmcOutputField nmc_fields_dev_wimax_list[]; -extern NmcOutputField nmc_fields_dev_show_master_prop[]; -extern NmcOutputField nmc_fields_dev_show_team_prop[]; -extern NmcOutputField nmc_fields_dev_show_vlan_prop[]; -extern NmcOutputField nmc_fields_dev_show_bluetooth[]; -extern NmcOutputField nmc_fields_dev_show_sections[]; -extern NmcOutputField nmc_fields_dev_lldp_list[]; +void nmc_device_state_to_color (NMDeviceState state, NMMetaTermColor *color, NMMetaTermFormat *color_fmt); + +extern const NmcMetaGenericInfo *const nmc_fields_dev_status[]; +extern const NmcMetaGenericInfo *const nmc_fields_dev_show_general[]; +extern const NmcMetaGenericInfo *const nmc_fields_dev_show_connections[]; +extern const NmcMetaGenericInfo *const nmc_fields_dev_show_cap[]; +extern const NmcMetaGenericInfo *const nmc_fields_dev_show_wired_prop[]; +extern const NmcMetaGenericInfo *const nmc_fields_dev_show_wifi_prop[]; +extern const NmcMetaGenericInfo *const nmc_fields_dev_show_wimax_prop[]; +extern const NmcMetaGenericInfo *const nmc_fields_dev_wifi_list[]; +extern const NmcMetaGenericInfo *const nmc_fields_dev_wimax_list[]; +extern const NmcMetaGenericInfo *const nmc_fields_dev_show_master_prop[]; +extern const NmcMetaGenericInfo *const nmc_fields_dev_show_team_prop[]; +extern const NmcMetaGenericInfo *const nmc_fields_dev_show_vlan_prop[]; +extern const NmcMetaGenericInfo *const nmc_fields_dev_show_bluetooth[]; +extern const NmcMetaGenericInfo *const nmc_fields_dev_show_sections[]; +extern const NmcMetaGenericInfo *const nmc_fields_dev_lldp_list[]; #endif /* NMC_DEVICES_H */ -- cgit 1.3.0-6-gf8a5