[NETFILTER]: x_tables: remove unused argument to target functions
[deliverable/linux.git] / include / linux / netfilter / x_tables.h
index 9a9912430e3ae76394f216a23e4ebf7cd0b03c7e..9cef0e91542b870e0b0a2e455573c37946b2fe60 100644 (file)
@@ -211,8 +211,7 @@ struct xt_target
                               const struct net_device *out,
                               unsigned int hooknum,
                               const struct xt_target *target,
-                              const void *targinfo,
-                              void *userdata);
+                              const void *targinfo);
 
        /* Called when user tries to insert an entry of this type:
            hook_mask is a bitmask of hooks from which it can be
This page took 0.025288 seconds and 5 git commands to generate.