From c7fc24dc4420057f103afe8fc64524ebc25c5d37 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 25 Aug 1998 09:12:35 +0000 Subject: o Merge with Linux 2.1.116. o New Newport console code. o New G364 console code. --- include/net/ndisc.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include/net/ndisc.h') diff --git a/include/net/ndisc.h b/include/net/ndisc.h index adaf76ef3..8ca371336 100644 --- a/include/net/ndisc.h +++ b/include/net/ndisc.h @@ -56,7 +56,8 @@ struct ra_msg { }; -extern void ndisc_init(struct net_proto_family *ops); +extern int ndisc_init(struct net_proto_family *ops); + extern void ndisc_cleanup(void); extern int ndisc_rcv(struct sk_buff *skb, @@ -91,7 +92,9 @@ struct rt6_info * dflt_rt_lookup(void); /* * IGMP */ -extern void igmp6_init(struct net_proto_family *ops); +extern int igmp6_init(struct net_proto_family *ops); + +extern void igmp6_cleanup(void); extern int igmp6_event_query(struct sk_buff *skb, struct icmp6hdr *hdr, -- cgit v1.2.3