summaryrefslogtreecommitdiff
path: root/src/ra.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ra.h')
-rw-r--r--src/ra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ra.h b/src/ra.h
index f87c4f7..f66ff26 100644
--- a/src/ra.h
+++ b/src/ra.h
@@ -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_process(void);
bool ra_rtnl_process(void);