summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-private.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-03-02 18:34:09 +0100
committerThomas Haller <thaller@redhat.com>2019-03-05 12:23:59 +0100
commit0dcfe1a7e07c77c42df9baf68fdc48fa7e0f81ec (patch)
treee481daf7e1696b7032b99d2e0d484cb12f806c95 /src/devices/nm-device-private.h
parentf0e0d24fd63556a8852fcf30f8d23f25d0c705e5 (diff)
downloadNetworkManager-0dcfe1a7e07c77c42df9baf68fdc48fa7e0f81ec.tar.gz
device: merge IPv4 and IPv6 variant of nm_device_set_wwan_ip_config()
(cherry picked from commit 99abcf0105286684f25525a468b7cb0670b621a5)
Diffstat (limited to 'src/devices/nm-device-private.h')
-rw-r--r--src/devices/nm-device-private.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/nm-device-private.h b/src/devices/nm-device-private.h
index 54cc151983..9a9929692d 100644
--- a/src/devices/nm-device-private.h
+++ b/src/devices/nm-device-private.h
@@ -146,8 +146,9 @@ void nm_device_queue_recheck_available (NMDevice *device,
NMDeviceStateReason available_reason,
NMDeviceStateReason unavailable_reason);
-void nm_device_set_wwan_ip4_config (NMDevice *device, NMIP4Config *config);
-void nm_device_set_wwan_ip6_config (NMDevice *device, NMIP6Config *config);
+void nm_device_set_wwan_ip_config (NMDevice *device,
+ int addr_family,
+ NMIPConfig *config);
gboolean nm_device_hw_addr_is_explict (NMDevice *device);