X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=blobdiff_plain;f=src%2Fra.h;h=af28d228c50b24e04e923699ee08ba3f9ccaeb78;hp=a31e7f69cfeba44b5757ccfc9f5e4491887b64a2;hb=4a9de784477a0f0dbc04ff890e35adae02ee6e8b;hpb=60c9e4d5a26f530e89ed6254e8c09380b50fac08 diff --git a/src/ra.h b/src/ra.h index a31e7f6..af28d22 100644 --- 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);