summaryrefslogtreecommitdiffstats
path: root/expect.c
diff options
context:
space:
mode:
Diffstat (limited to 'expect.c')
-rw-r--r--expect.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/expect.c b/expect.c
index 7a1fe9a..fc46a21 100644
--- a/expect.c
+++ b/expect.c
@@ -171,6 +171,11 @@ int cthelper_del_expect(struct nf_expect *exp)
return 0;
}
+int cthelper_upd_ct(struct nf_conntrack *ct)
+{
+ return 0;
+}
+
void
cthelper_get_addr_src(struct nf_conntrack *ct, int dir,
union nfct_attr_grp_addr *addr)