summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-network.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/systemd/sd-network.h b/src/systemd/sd-network.h
index e69679ae5..3e950728c 100644
--- a/src/systemd/sd-network.h
+++ b/src/systemd/sd-network.h
@@ -26,8 +26,6 @@
#include <sys/types.h>
#include <inttypes.h>
-#include "sd-dhcp-lease.h"
-
#include "_sd-common.h"
/*
@@ -73,9 +71,6 @@ int sd_network_get_link_state(int ifindex, char **state);
*/
int sd_network_get_link_operational_state(int ifindex, char **state);
-/* Get DHCPv4 lease from ifindex. */
-int sd_network_get_link_dhcp_lease(int ifindex, sd_dhcp_lease **ret);
-
/* Indicates whether or not LLMNR should be enabled for the link
* Possible levels of support: yes, no, resolve
* Possible return codes: