projects
/
oweals
/
firewall3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7b6234
)
Fix wrong signature of fw3_xt_print_matches()
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 4 Jun 2013 11:11:53 +0000
(13:11 +0200)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 4 Jun 2013 11:11:53 +0000
(13:11 +0200)
xtables-10.h
patch
|
blob
|
history
xtables-5.h
patch
|
blob
|
history
diff --git
a/xtables-10.h
b/xtables-10.h
index edd3d3a73b24f68ba58cedc111ecef8d248e31fc..aeb67d79fb46e049d9770e3894cc85af8fc647cf 100644
(file)
--- a/
xtables-10.h
+++ b/
xtables-10.h
@@
-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;
diff --git
a/xtables-5.h
b/xtables-5.h
index 352250025b57784ce05a08f659ac4be04abf4ec1..d7f85729d37aa6c217e343928129b8635a9bd400 100644
(file)
--- a/
xtables-5.h
+++ b/
xtables-5.h
@@
-89,7
+89,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;