patch-2.1.102 linux/include/net/ndisc.h

Next file: linux/include/net/sock.h
Previous file: linux/include/net/ipv6.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.101/linux/include/net/ndisc.h linux/include/net/ndisc.h
@@ -56,7 +56,8 @@
 };
 
 
-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 @@
 /*
  *	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,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov