diff options
Diffstat (limited to 'sys/netinet/ip_mroute.h')
-rw-r--r-- | sys/netinet/ip_mroute.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/ip_mroute.h b/sys/netinet/ip_mroute.h index c335aeb6b5e..a773288eb86 100644 --- a/sys/netinet/ip_mroute.h +++ b/sys/netinet/ip_mroute.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_mroute.h,v 1.13 2006/03/30 14:28:28 norby Exp $ */ +/* $OpenBSD: ip_mroute.h,v 1.14 2006/04/25 15:49:35 claudio Exp $ */ /* $NetBSD: ip_mroute.h,v 1.23 2004/04/21 17:49:46 itojun Exp $ */ #ifndef _NETINET_IP_MROUTE_H_ @@ -349,7 +349,5 @@ void rsvp_input(struct mbuf *, int, int); int ip_mforward(struct mbuf *, struct ifnet *); #endif /* RSVP_ISI */ -void ipip_mroute_input(struct mbuf *, ...); - #endif /* _KERNEL */ #endif /* _NETINET_IP_MROUTE_H_ */ |