]> git.decadent.org.uk Git - odhcp6c.git/blobdiff - src/ra.h
Detect "carrier up"-events and restart transaction
[odhcp6c.git] / src / ra.h
index a31e7f69cfeba44b5757ccfc9f5e4491887b64a2..af28d228c50b24e04e923699ee08ba3f9ccaeb78 100644 (file)
--- a/src/ra.h
+++ b/src/ra.h
@@ -35,4 +35,5 @@ struct icmpv6_opt {
 
 
 int ra_init(const char *ifname, const struct in6_addr *ifid);
+bool ra_link_up(void);
 bool ra_process(void);