]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-ipv6-proxy-ndp.h
machined: use bus_message_read_id128() at one more place
[thirdparty/systemd.git] / src / network / networkd-ipv6-proxy-ndp.h
index 27313efa0c8d48a80c4850f2ab26d75da877d334..e57d28f99ddf87cd182a6b6454baa5d9aa0c7b29 100644 (file)
@@ -4,7 +4,10 @@
 #include "conf-parser.h"
 
 typedef struct Link Link;
+typedef struct Network Network;
 
-int link_set_ipv6_proxy_ndp_addresses(Link *link);
+void network_adjust_ipv6_proxy_ndp(Network *network);
+
+int link_request_static_ipv6_proxy_ndp_addresses(Link *link);
 
 CONFIG_PARSER_PROTOTYPE(config_parse_ipv6_proxy_ndp_address);