summaryrefslogtreecommitdiff
path: root/src/dhcp/nm-dhcp-client.h
diff options
context:
space:
mode:
authorjuga0 <juga@riseup.net>2017-10-05 14:44:08 +0000
committerThomas Haller <thaller@redhat.com>2017-10-30 10:43:10 +0100
commit3aba3e38c3de746be46ba70b914d2269fd78d98c (patch)
tree1bcb081adf6036dc3675ca20fb7a14813c9bc698 /src/dhcp/nm-dhcp-client.h
parentbe320e2be7a6bb8837abbe3a07981a261b1656c6 (diff)
downloadNetworkManager-3aba3e38c3de746be46ba70b914d2269fd78d98c.tar.gz
dhcp: add support for dhcpcanon client
https://github.com/NetworkManager/NetworkManager/pull/31
Diffstat (limited to 'src/dhcp/nm-dhcp-client.h')
-rw-r--r--src/dhcp/nm-dhcp-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dhcp/nm-dhcp-client.h b/src/dhcp/nm-dhcp-client.h
index 9c9be1605c..02804002f3 100644
--- a/src/dhcp/nm-dhcp-client.h
+++ b/src/dhcp/nm-dhcp-client.h
@@ -192,6 +192,7 @@ typedef struct {
guint32 route_metric);
} NMDhcpClientFactory;
+extern const NMDhcpClientFactory _nm_dhcp_client_factory_dhcpcanon;
extern const NMDhcpClientFactory _nm_dhcp_client_factory_dhclient;
extern const NMDhcpClientFactory _nm_dhcp_client_factory_dhcpcd;
extern const NMDhcpClientFactory _nm_dhcp_client_factory_internal;