summary refs log tree commit diff
path: root/clients/cli/devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/cli/devices.h')
-rw-r--r--clients/cli/devices.h34
1 files changed, 17 insertions, 17 deletions
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 */