summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/rrenum.h
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-01-21 15:42:37 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-01-21 15:42:37 +0000
commit0fa01991e398bc3934a8283ee5758f4f07458cd4 (patch)
treed9c1a3cb5a6a1e77bda72cbf517a7b78414d4d94 /usr.sbin/rtadvd/rrenum.h
parentff39e4b9b57cd27df5b71896ea8d982696b72cb4 (diff)
sync router renumbering flag bit to conform to 2292bis-02 and RR RFC.
sync with latest kame rtadvd (again). mostly cosmetic.
Diffstat (limited to 'usr.sbin/rtadvd/rrenum.h')
-rw-r--r--usr.sbin/rtadvd/rrenum.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.sbin/rtadvd/rrenum.h b/usr.sbin/rtadvd/rrenum.h
index a126f6de52f..49f1758ec6a 100644
--- a/usr.sbin/rtadvd/rrenum.h
+++ b/usr.sbin/rtadvd/rrenum.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: rrenum.h,v 1.3 2000/05/23 11:23:23 itojun Exp $ */
-/* $KAME: rrenum.h,v 1.2 2000/05/16 13:34:14 itojun Exp $ */
+/* $OpenBSD: rrenum.h,v 1.4 2001/01/21 15:42:36 itojun Exp $ */
+/* $KAME: rrenum.h,v 1.3 2001/01/21 15:37:14 itojun Exp $ */
/*
* Copyright (C) 1998 WIDE Project.
@@ -30,6 +30,5 @@
* SUCH DAMAGE.
*/
-void rr_input __P((int len, struct icmp6_router_renum *rr,
- struct in6_pktinfo *pi, struct sockaddr_in6 *from,
- struct in6_addr *dst));
+void rr_input __P((int, struct icmp6_router_renum *, struct in6_pktinfo *,
+ struct sockaddr_in6 *, struct in6_addr *));