diff options
Diffstat (limited to 'src/core/devices/nm-device-private.h')
| -rw-r--r-- | src/core/devices/nm-device-private.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/devices/nm-device-private.h b/src/core/devices/nm-device-private.h index 31424d5c..c597e052 100644 --- a/src/core/devices/nm-device-private.h +++ b/src/core/devices/nm-device-private.h @@ -37,7 +37,11 @@ gboolean nm_device_set_ip_ifindex(NMDevice *self, int ifindex); gboolean nm_device_set_ip_iface(NMDevice *self, const char *iface); -gboolean nm_device_bring_up(NMDevice *self, gboolean wait, gboolean *no_firmware); +gboolean nm_device_bring_up(NMDevice *self); +gboolean nm_device_bring_up_full(NMDevice *self, + gboolean block, + gboolean update_carrier, + gboolean *no_firmware); void nm_device_take_down(NMDevice *self, gboolean block); |