On Fri, 7 Mar 2014 20:33:25 +0100 Giuseppe Longo <giuseppelng@xxxxxxxxx> wrote: > +bool compare_matches(struct xtables_rule_match *mt1, > + struct xtables_rule_match *mt2) any function exposed as global should have a name that uses a prefix, something like nft_compare_matches or xt_compare_matches The kernel is linked as single C application and this avoids future name conflicts. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html