summaryrefslogtreecommitdiff
path: root/clients/cli/devices.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-04-26 20:28:02 +0200
committerThomas Haller <thaller@redhat.com>2018-06-13 15:29:41 +0200
commite3aac12eda97f935297c168ad74af3a9560bacbe (patch)
treee183eb50c11c0b0458f77ef68e43955c58a00602 /clients/cli/devices.h
parent4424f02ef98002812c56c6195d55013591c2ca75 (diff)
downloadNetworkManager-e3aac12eda97f935297c168ad74af3a9560bacbe.tar.gz
cli: rework printing of device status
Diffstat (limited to 'clients/cli/devices.h')
-rw-r--r--clients/cli/devices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/cli/devices.h b/clients/cli/devices.h
index c78680da34..f85e3fdc41 100644
--- a/clients/cli/devices.h
+++ b/clients/cli/devices.h
@@ -34,7 +34,7 @@ NMDevice ** nmc_get_devices_sorted (NMClient *client);
NMMetaColor nmc_device_state_to_color (NMDeviceState state);
-extern const NmcMetaGenericInfo *const nmc_fields_dev_status[];
+extern const NmcMetaGenericInfo *const metagen_device_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[];