]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/net/ndisc.h
[INET]: Remove struct net_proto_family* from _init calls.
[net-next-2.6.git] / include / net / ndisc.h
index 6684f7efbeeb84add2716337c8d8628fc6449bf8..5aedf324de6699c91d88b2351f527255f16a3284 100644 (file)
@@ -77,7 +77,7 @@ struct nd_opt_hdr {
 } __attribute__((__packed__));
 
 
-extern int                     ndisc_init(struct net_proto_family *ops);
+extern int                     ndisc_init(void);
 
 extern void                    ndisc_cleanup(void);
 
@@ -103,12 +103,11 @@ extern void                       ndisc_send_redirect(struct sk_buff *skb,
 extern int                     ndisc_mc_map(struct in6_addr *addr, char *buf, struct net_device *dev, int dir);
 
 
-struct rt6_info *              dflt_rt_lookup(void);
 
 /*
  *     IGMP
  */
-extern int                     igmp6_init(struct net_proto_family *ops);
+extern int                     igmp6_init(void);
 
 extern void                    igmp6_cleanup(void);