summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/nm-device.h')
-rw-r--r--src/devices/nm-device.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/nm-device.h b/src/devices/nm-device.h
index b00f2e6c30..28f86e825e 100644
--- a/src/devices/nm-device.h
+++ b/src/devices/nm-device.h
@@ -504,8 +504,7 @@ const char * nm_device_get_initial_hw_address (NMDevice *dev);
NMProxyConfig * nm_device_get_proxy_config (NMDevice *dev);
-NMDhcpConfig * nm_device_get_dhcp4_config (NMDevice *dev);
-NMDhcpConfig * nm_device_get_dhcp6_config (NMDevice *dev);
+NMDhcpConfig * nm_device_get_dhcp_config (NMDevice *dev, int addr_family);
NMIP4Config * nm_device_get_ip4_config (NMDevice *dev);
void nm_device_replace_vpn4_config (NMDevice *dev,
NMIP4Config *old,