chiark / gitweb /
sd-rtnl: add support to set packet family type
[elogind.git] / src / systemd / sd-icmp6-nd.h
index 5e9dc0aa267d7a43df3c07e4cd102ddb89eb1949..73f91aad1b99e4375d97b49bf2244c872465e1f2 100644 (file)
@@ -51,6 +51,7 @@ sd_icmp6_nd *sd_icmp6_nd_ref(sd_icmp6_nd *nd);
 sd_icmp6_nd *sd_icmp6_nd_unref(sd_icmp6_nd *nd);
 int sd_icmp6_nd_new(sd_icmp6_nd **ret);
 
+int sd_icmp6_nd_stop(sd_icmp6_nd *nd);
 int sd_icmp6_router_solicitation_start(sd_icmp6_nd *nd);
 
 #endif