diff options
Diffstat (limited to 'include/helper.h')
-rw-r--r-- | include/helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helper.h b/include/helper.h index ce5ae9b..02ff3df 100644 --- a/include/helper.h +++ b/include/helper.h @@ -41,7 +41,7 @@ struct ctd_helper_instance { struct ctd_helper_policy policy[CTD_HELPER_POLICY_MAX]; }; -extern int cthelper_expect_init(struct nf_expect *exp, struct nf_conntrack *master, uint32_t class, union nfct_attr_grp_addr *saddr, union nfct_attr_grp_addr *daddr, uint8_t l4proto, uint16_t *sport, uint16_t *dport); +extern int cthelper_expect_init(struct nf_expect *exp, struct nf_conntrack *master, uint32_t class, union nfct_attr_grp_addr *saddr, union nfct_attr_grp_addr *daddr, uint8_t l4proto, uint16_t *sport, uint16_t *dport, uint32_t flags); extern int cthelper_add_expect(struct nf_expect *exp); extern int cthelper_del_expect(struct nf_expect *exp); |