summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp6.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-06-30 04:09:51 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-06-30 04:46:04 +0900
commit04ed9949375042954e51d8218185558ce70ef3e9 (patch)
tree1e2132b42ee954decb0ba79963c64f4712ef15de /src/network/networkd-dhcp6.h
parentca5ad760a5ab5d8e281ef675dd703db30620d5a6 (diff)
downloadsystemd-04ed9949375042954e51d8218185558ce70ef3e9.tar.gz
network: move DHCP6 related code from networkd-manager.c to networkd-dhcp6.c
Diffstat (limited to 'src/network/networkd-dhcp6.h')
-rw-r--r--src/network/networkd-dhcp6.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/networkd-dhcp6.h b/src/network/networkd-dhcp6.h
index 465c62ba7b..26d810f40c 100644
--- a/src/network/networkd-dhcp6.h
+++ b/src/network/networkd-dhcp6.h
@@ -6,8 +6,10 @@
#include "conf-parser.h"
typedef struct Link Link;
+typedef struct Manager Manager;
int dhcp6_request_prefix_delegation(Link *link);
int dhcp6_configure(Link *link);
int dhcp6_request_address(Link *link, int ir);
int dhcp6_lease_pd_prefix_lost(sd_dhcp6_client *client, Link* link);
+int dhcp6_prefix_remove(Manager *m, struct in6_addr *addr);