X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=xtables-10.h;h=7ea5315a45a5551f150e60d63e9bc6b92caf6830;hb=c5c87e46994635c11b75d01129a57ba42570fa03;hp=edd3d3a73b24f68ba58cedc111ecef8d248e31fc;hpb=e7b6234df3d34d82b909f1e7367a89d322f87814;p=project%2Ffirewall3.git diff --git a/xtables-10.h b/xtables-10.h index edd3d3a..7ea5315 100644 --- a/xtables-10.h +++ b/xtables-10.h @@ -1,7 +1,7 @@ /* * firewall3 - 3rd OpenWrt UCI firewall implementation * - * Copyright (C) 2013 Jo-Philipp Wich + * Copyright (C) 2013 Jo-Philipp Wich * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -126,7 +126,7 @@ fw3_xt_merge_target_options(struct xtables_globals *g, struct xtables_target *t) } static inline void -fw3_xt_print_matches(void *ip, struct xtables_match **matches) +fw3_xt_print_matches(void *ip, struct xtables_rule_match *matches) { struct xtables_rule_match *rm; struct xtables_match *m;