rtnetlink: Remove passing of attributes into rtnl_doit functions
[deliverable/linux.git] / include / net / rtnetlink.h
index 5a15fabd6a750eb2fca1e832285a5de0179a5085..702664833a53d65c24e3b60316bbf37804e013c3 100644 (file)
@@ -4,7 +4,7 @@
 #include <linux/rtnetlink.h>
 #include <net/netlink.h>
 
-typedef int (*rtnl_doit_func)(struct sk_buff *, struct nlmsghdr *, void *);
+typedef int (*rtnl_doit_func)(struct sk_buff *, struct nlmsghdr *);
 typedef int (*rtnl_dumpit_func)(struct sk_buff *, struct netlink_callback *);
 typedef u16 (*rtnl_calcit_func)(struct sk_buff *, struct nlmsghdr *);
 
This page took 0.029032 seconds and 5 git commands to generate.