about summary refs log tree commit diff
path: root/clients/cli/devices.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2020-06-28 18:58:14 +0200
committerMichael Biebl <biebl@debian.org>2020-06-28 18:58:14 +0200
commita54ac63bbf9b2c71026ac9028a8ffaf186cf3c82 (patch)
tree6a32883bd916c4096357b35298beff6db8bcd0b5 /clients/cli/devices.h
parent45e8e1149027529194982212c804c0468aa01d98 (diff)
New upstream version 1.25.90 upstream/1.25.90
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 8b7aa901..b5d646b5 100644
--- a/clients/cli/devices.h
+++ b/clients/cli/devices.h
@@ -16,7 +16,7 @@ void monitor_devices (NmCli *nmc);
 
 NMDevice ** nmc_get_devices_sorted (NMClient *client);
 
-NMMetaColor nmc_device_state_to_color (NMDeviceState state);
+NMMetaColor nmc_device_state_to_color (NMDevice *device);
 
 extern const NmcMetaGenericInfo *const metagen_device_status[];
 extern const NmcMetaGenericInfo *const metagen_device_detail_general[];