From 71f0778cdb0739eb47926991829227234bd366c7 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Thu, 9 Feb 2006 16:49:28 +0000 Subject: export a function required by nfct helper support --- include/libnetfilter_conntrack/libnetfilter_conntrack.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/libnetfilter_conntrack/libnetfilter_conntrack.h b/include/libnetfilter_conntrack/libnetfilter_conntrack.h index 9696a75..9a60ef7 100644 --- a/include/libnetfilter_conntrack/libnetfilter_conntrack.h +++ b/include/libnetfilter_conntrack/libnetfilter_conntrack.h @@ -321,4 +321,12 @@ extern int nfct_flush_expectation_table(struct nfct_handle *cth, int family); extern int nfct_sprintf_expect(char *buf, struct nfct_expect *exp); extern int nfct_sprintf_expect_id(char *buf, struct nfct_expect *exp); +/* + * low-level functions for libnetfilter_cthelper + */ +extern void nfct_build_tuple(struct nfnlhdr *req, int size, + struct nfct_tuple *t, int type); + + + #endif /* _LIBNETFILTER_CONNTRACK_H_ */ -- cgit v1.2.3