X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=src%2Fra.h;h=3beac68576a04bcf0b41df0f400b343a29b78ef6;hb=5710bd46493eaa75a3c6b532d21b8237a691c5a8;hp=f66ff2672cd0353a6bea90e4313d0973ddcedaa6;hpb=eaf3a11cad8a5dd389d5f52cc76e424e0242074b;p=odhcp6c.git diff --git a/src/ra.h b/src/ra.h index f66ff26..3beac68 100644 --- a/src/ra.h +++ b/src/ra.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2012-2013 Steven Barth + * Copyright (C) 2012-2014 Steven Barth * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License v2 as published by @@ -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);