diff options
Diffstat (limited to 'usr.sbin/rtadvd/rrenum.h')
-rw-r--r-- | usr.sbin/rtadvd/rrenum.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/rtadvd/rrenum.h b/usr.sbin/rtadvd/rrenum.h index 3ab1e7d..ce94015 100644 --- a/usr.sbin/rtadvd/rrenum.h +++ b/usr.sbin/rtadvd/rrenum.h @@ -1,5 +1,5 @@ /* $FreeBSD$ */ -/* $KAME$ */ +/* $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 *)); |