dhcpv6: don't return renew msg in case of invalid msg type in reconfigure msg
[project/odhcp6c.git] / src / ra.h
index af28d228c50b24e04e923699ee08ba3f9ccaeb78..3634f3cb4e1f45d8c6699914ad20c6767fb85d5e 100644 (file)
--- a/src/ra.h
+++ b/src/ra.h
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) 2012-2013 Steven Barth <steven@midlink.org>
+ * Copyright (C) 2012-2014 Steven Barth <steven@midlink.org>
  *
  * 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, const struct in6_addr *ifid);
+int ra_init(const char *ifname, const struct in6_addr *ifid, unsigned int options);
 bool ra_link_up(void);
 bool ra_process(void);