summaryrefslogtreecommitdiffhomepage
path: root/contrib/fwd/src/fwd_xtables.c
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-12-20 02:37:26 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-12-20 02:37:26 +0000
commit19980872755027ab9fe3ca514d2053ab7b2a4c70 (patch)
tree5f8fa04af58fcb68da20d651ecf42c726bda5ed2 /contrib/fwd/src/fwd_xtables.c
parentce40fff288e28c5d758789d25cb76f1f617e105b (diff)
contrib/fwd: renamed struct fwd_{addr,network}_list to struct fwd_{network,addr}
Diffstat (limited to 'contrib/fwd/src/fwd_xtables.c')
-rw-r--r--contrib/fwd/src/fwd_xtables.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/fwd/src/fwd_xtables.c b/contrib/fwd/src/fwd_xtables.c
index c0a3c582d8..895715d924 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 )
{