X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=blobdiff_plain;f=src%2Fra.h;h=3beac68576a04bcf0b41df0f400b343a29b78ef6;hp=f87c4f73590961157413f4086d473b05a113ae8b;hb=9c7c654cb2d5ac6ac536f603cd5a9372416e91da;hpb=a300c7335c5ad78fb053e7c73b45e95e1f3c2ad1 diff --git a/src/ra.h b/src/ra.h index f87c4f7..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 @@ -34,6 +34,6 @@ struct icmpv6_opt { (void*)(opt + opt->len) <= (void*)(end); opt += opt->len) -int ra_init(const char *ifname); +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);