]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-dhcp6.h
network: introduce link_serialize_dhcp6_client()
[thirdparty/systemd.git] / src / network / networkd-dhcp6.h
index 214456096da7f9440a3ade1d2ab64bd37ec34640..ae2cbcc988404192662ad647176b35de0b487ffd 100644 (file)
@@ -32,6 +32,8 @@ int dhcp6_configure(Link *link);
 int dhcp6_request_address(Link *link, int ir);
 int dhcp6_request_prefix_delegation(Link *link);
 
+int link_serialize_dhcp6_client(Link *link, FILE *f);
+
 CONFIG_PARSER_PROTOTYPE(config_parse_dhcp6_pd_hint);
 CONFIG_PARSER_PROTOTYPE(config_parse_dhcp6_mud_url);
 CONFIG_PARSER_PROTOTYPE(config_parse_dhcp6_client_start_mode);