summaryrefslogtreecommitdiff
path: root/src/dhcp/nm-dhcp-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dhcp/nm-dhcp-client.h')
-rw-r--r--src/dhcp/nm-dhcp-client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dhcp/nm-dhcp-client.h b/src/dhcp/nm-dhcp-client.h
index 9263565192..ea74c8b3e3 100644
--- a/src/dhcp/nm-dhcp-client.h
+++ b/src/dhcp/nm-dhcp-client.h
@@ -189,6 +189,9 @@ void nm_dhcp_client_set_client_id_bin (NMDhcpClient *self,
const guint8 *client_id,
gsize len);
+void nm_dhcp_client_emit_ipv6_prefix_delegated (NMDhcpClient *self,
+ const NMPlatformIP6Address *prefix);
+
/*****************************************************************************
* Client data
*****************************************************************************/