about summary refs log tree commit diff
path: root/clients/cli/devices.h
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2021-01-11 18:07:03 +0100
committerSebastien Bacher <seb128@ubuntu.com>2021-01-11 18:15:57 +0100
commit2567f558da3eb9911678227d4aeb15162e707d89 (patch)
tree13c80b0e091c8ba585b14b966cda998f95f1936d /clients/cli/devices.h
parent02d99ffd62ede29cffcb45fcbe33d044b7406d3a (diff)
parentf54032b30e1ddd84f10a339e0caf493772e049a7 (diff)
Merge branch 'debian/master' into ubuntu/master
Diffstat (limited to 'clients/cli/devices.h')
-rw-r--r--clients/cli/devices.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/clients/cli/devices.h b/clients/cli/devices.h
index b5d646b5..8e586334 100644
--- a/clients/cli/devices.h
+++ b/clients/cli/devices.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (C) 2010 - 2018 Red Hat, Inc.
  */
@@ -8,15 +8,15 @@
 
 #include "nmcli.h"
 
-void nmc_complete_device (NMClient *client, const char *prefix, gboolean wifi_only);
+void nmc_complete_device(NMClient *client, const char *prefix, gboolean wifi_only);
 
-void nmc_complete_bssid (NMClient *client, const char *ifname, const char *bssid_prefix);
+void nmc_complete_bssid(NMClient *client, const char *ifname, const char *bssid_prefix);
 
-void monitor_devices (NmCli *nmc);
+void monitor_devices(NmCli *nmc);
 
-NMDevice ** nmc_get_devices_sorted (NMClient *client);
+NMDevice **nmc_get_devices_sorted(NMClient *client);
 
-NMMetaColor nmc_device_state_to_color (NMDevice *device);
+NMMetaColor nmc_device_state_to_color(NMDevice *device);
 
 extern const NmcMetaGenericInfo *const metagen_device_status[];
 extern const NmcMetaGenericInfo *const metagen_device_detail_general[];