diff options
| author | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-09-20 13:40:44 -0400 |
|---|---|---|
| committer | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-09-20 13:40:44 -0400 |
| commit | 9d480fe1a4c3cdb9f2b8228ce8a67803a81631cf (patch) | |
| tree | f0c0638df5ee5c9d7cc4acd84e8390f6efb4e054 /src/core/devices/nm-device.h | |
| parent | c2575718d2d27d2ee4ec46f51379c686057fe11d (diff) | |
| parent | 6f7fcde10e47d8af865af336becf1fd8a446e62e (diff) | |
Merge tag 'debian/1.40.0-1' into ubuntu/master
network-manager Debian release 1.40.0-1
Diffstat (limited to 'src/core/devices/nm-device.h')
| -rw-r--r-- | src/core/devices/nm-device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/devices/nm-device.h b/src/core/devices/nm-device.h index 382c8660..de850e68 100644 --- a/src/core/devices/nm-device.h +++ b/src/core/devices/nm-device.h @@ -764,7 +764,7 @@ void nm_device_update_metered(NMDevice *self); gboolean nm_device_update_hw_address(NMDevice *self); void nm_device_update_initial_hw_address(NMDevice *self); void nm_device_update_permanent_hw_address(NMDevice *self, gboolean force_freeze); -void nm_device_update_dynamic_ip_setup(NMDevice *self); +void nm_device_update_dynamic_ip_setup(NMDevice *self, const char *reason); guint nm_device_get_supplicant_timeout(NMDevice *self); gboolean nm_device_auth_retries_try_next(NMDevice *self); |