summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/conntrack/parse.c2
-rw-r--r--src/expect/parse.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/conntrack/parse.c b/src/conntrack/parse.c
index b7fe0f6..d03ddb3 100644
--- a/src/conntrack/parse.c
+++ b/src/conntrack/parse.c
@@ -440,7 +440,7 @@ int __parse_message_type(const struct nlmsghdr *nlh)
}
void __parse_conntrack(const struct nlmsghdr *nlh,
- const struct nfattr *cda[],
+ struct nfattr *cda[],
struct nf_conntrack *ct)
{
struct nfgenmsg *nfhdr = NLMSG_DATA(nlh);
diff --git a/src/expect/parse.c b/src/expect/parse.c
index e14890d..fb7a021 100644
--- a/src/expect/parse.c
+++ b/src/expect/parse.c
@@ -25,7 +25,7 @@ int __parse_expect_message_type(const struct nlmsghdr *nlh)
}
void __parse_expect(const struct nlmsghdr *nlh,
- const struct nfattr *cda[],
+ struct nfattr *cda[],
struct nf_expect *exp)
{
struct nfgenmsg *nfhdr = NLMSG_DATA(nlh);