X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=contrib%2Ffwd%2Fsrc%2Ffwd_xtables.c;h=895715d9241cb7823ac93efbf84ced3633edcdda;hb=19980872755027ab9fe3ca514d2053ab7b2a4c70;hp=c0a3c582d870144ea51190a30667c1ec21c9d196;hpb=ce40fff288e28c5d758789d25cb76f1f617e105b;p=project%2Fluci.git diff --git a/contrib/fwd/src/fwd_xtables.c b/contrib/fwd/src/fwd_xtables.c index c0a3c582d..895715d92 100644 --- a/contrib/fwd/src/fwd_xtables.c +++ b/contrib/fwd/src/fwd_xtables.c @@ -19,6 +19,7 @@ #include "fwd.h" #include "fwd_xtables.h" +#include "fwd_utils.h" /* Required by certain extensions like SNAT and DNAT */ @@ -129,7 +130,7 @@ void fwd_xt_parse_proto( } void fwd_xt_parse_in( - struct fwd_xt_rule *r, struct fwd_network_list *n, int inv + struct fwd_xt_rule *r, struct fwd_network *n, int inv ) { if( n != NULL ) { @@ -141,7 +142,7 @@ void fwd_xt_parse_in( } void fwd_xt_parse_out( - struct fwd_xt_rule *r, struct fwd_network_list *n, int inv + struct fwd_xt_rule *r, struct fwd_network *n, int inv ) { if( n != NULL ) {