diff options
| author | Jeremy Bicha <jeremy.bicha@canonical.com> | 2023-02-14 10:06:06 -0500 |
|---|---|---|
| committer | Jeremy Bicha <jeremy.bicha@canonical.com> | 2023-02-14 10:06:06 -0500 |
| commit | b3c2e57e153446d32d16f2d99e6abbb50146dddb (patch) | |
| tree | e71a5353ff26c7e33cbe6e482874bedc1c3cc1cd /src/nmcli/devices.h | |
| parent | 1d817ebf5302c204e3ce9d3512db13bf834fee33 (diff) | |
| parent | ed857ba34efc2ec899f2e3fbd8e35324561a55b2 (diff) | |
Merge tag 'debian/1.42.0-1' into ubuntu/master
network-manager Debian release 1.42.0-1
Diffstat (limited to 'src/nmcli/devices.h')
| -rw-r--r-- | src/nmcli/devices.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nmcli/devices.h b/src/nmcli/devices.h index 6214ea03..7ed75909 100644 --- a/src/nmcli/devices.h +++ b/src/nmcli/devices.h @@ -12,7 +12,7 @@ void nmc_complete_device(NMClient *client, const char *prefix, gboolean wifi_onl void nmc_complete_bssid(NMClient *client, const char *ifname, const char *bssid_prefix); -void monitor_devices(NmCli *nmc); +void nmc_monitor_devices(NmCli *nmc); NMDevice **nmc_get_devices_sorted(NMClient *client); |