X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=blobdiff_plain;f=src%2Fra.h;h=af28d228c50b24e04e923699ee08ba3f9ccaeb78;hp=f66ff2672cd0353a6bea90e4313d0973ddcedaa6;hb=9c8875f568caade53069b10790f02364ffc007a6;hpb=eb0b01e94374774609c31ab4508d8cfca8a400e1 diff --git a/src/ra.h b/src/ra.h index f66ff26..af28d22 100644 --- a/src/ra.h +++ b/src/ra.h @@ -35,5 +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); -bool ra_rtnl_process(void);