[NETFILTER]: x_tables: set the protocol family in x_tables targets/matches
[linux.git] / include / linux / netfilter / x_tables.h
index 46a0f974f87c1b888370c51ae7d3f52895126705..bf71efb630075ff4ebeef529cffa32fcd66d8756 100644 (file)
@@ -220,10 +220,10 @@ struct xt_table_info
        char *entries[NR_CPUS];
 };
 
-extern int xt_register_target(int af, struct xt_target *target);
-extern void xt_unregister_target(int af, struct xt_target *target);
-extern int xt_register_match(int af, struct xt_match *target);
-extern void xt_unregister_match(int af, struct xt_match *target);
+extern int xt_register_target(struct xt_target *target);
+extern void xt_unregister_target(struct xt_target *target);
+extern int xt_register_match(struct xt_match *target);
+extern void xt_unregister_match(struct xt_match *target);
 
 extern int xt_check_match(const struct xt_match *match, unsigned short family,
                          unsigned int size, const char *table, unsigned int hook,
This page took 0.035928 seconds and 4 git commands to generate.