about summary refs log tree commit diff
path: root/clients/cli/devices.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-10-21 03:00:34 +0200
committerMichael Biebl <biebl@debian.org>2018-10-21 03:00:34 +0200
commit1f85f9683a41ca116af20fd19940576040303080 (patch)
tree54c4ac337fe0b0091772b7ef6a22c715dd985fab /clients/cli/devices.h
parenteca0cfe89a2a7ec88abe9c03075160f46b338137 (diff)
parent5554398639fa9e344bd12205a64874e6436b936e (diff)
Merge branch 'experimental'
Diffstat (limited to 'clients/cli/devices.h')
-rw-r--r--clients/cli/devices.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/clients/cli/devices.h b/clients/cli/devices.h
index c78680da..7a05b50b 100644
--- a/clients/cli/devices.h
+++ b/clients/cli/devices.h
@@ -34,13 +34,13 @@ 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 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 metagen_device_status[];
+extern const NmcMetaGenericInfo *const metagen_device_detail_general[];
+extern const NmcMetaGenericInfo *const metagen_device_detail_connections[];
+extern const NmcMetaGenericInfo *const metagen_device_detail_capabilities[];
+extern const NmcMetaGenericInfo *const metagen_device_detail_wired_properties[];
+extern const NmcMetaGenericInfo *const metagen_device_detail_wifi_properties[];
+extern const NmcMetaGenericInfo *const metagen_device_detail_wimax_properties[];
 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[];