diff options
| author | Michael Biebl <biebl@debian.org> | 2023-01-11 13:41:09 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-01-11 13:41:09 +0100 |
| commit | 006f5c299754ae1107b6d623c7d8436ac4a109ea (patch) | |
| tree | 9245e2b76b31669c0d39e805b800156436602d93 /src/core/devices/nm-device.h | |
| parent | b2ca000f0e0a915aba25f7d16b34bd092055ad59 (diff) | |
| parent | 5d9e3721ad196595acd064e0d3ce66edc2613e51 (diff) | |
Update upstream source from tag 'upstream/1.40.10'
Update to upstream version '1.40.10' with Debian dir 61c058a13d387971499d4f26e30682b0148db96f
Diffstat (limited to 'src/core/devices/nm-device.h')
| -rw-r--r-- | src/core/devices/nm-device.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/devices/nm-device.h b/src/core/devices/nm-device.h index fea46bb7..de850e68 100644 --- a/src/core/devices/nm-device.h +++ b/src/core/devices/nm-device.h @@ -464,11 +464,6 @@ const char *nm_device_get_permanent_hw_address_full(NMDevice *self, gboolean *out_is_fake); const char *nm_device_get_initial_hw_address(NMDevice *dev); -void nm_device_set_autoconnect_retries(NMDevice *self, int tries); -int nm_device_get_autoconnect_retries(NMDevice *self); -gint32 nm_device_autoconnect_retries_blocked_until(NMDevice *self); -void nm_device_autoconnect_retries_reset(NMDevice *self); - NMDhcpConfig *nm_device_get_dhcp_config(NMDevice *dev, int addr_family); NML3Cfg *nm_device_get_l3cfg(NMDevice *self); |