netfilter: xtables: change xt_match.checkentry return type
[deliverable/linux.git] / include / linux / netfilter / x_tables.h
index dd9d15a73a967d05e836e3c3ae4d5db265a6c1ca..33c1a62a0997f7c89674039272c930ac8189c4f0 100644 (file)
@@ -303,7 +303,7 @@ struct xt_match {
                      const struct xt_match_param *);
 
        /* Called when user tries to insert an entry of this type. */
-       bool (*checkentry)(const struct xt_mtchk_param *);
+       int (*checkentry)(const struct xt_mtchk_param *);
 
        /* Called when entry of this type deleted. */
        void (*destroy)(const struct xt_mtdtor_param *);
This page took 0.028241 seconds and 5 git commands to generate.