summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/nfct.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/nfct.h b/include/nfct.h
index ddf9038..93717c5 100644
--- a/include/nfct.h
+++ b/include/nfct.h
@@ -33,4 +33,9 @@ struct nfct_extension {
void nfct_extension_register(struct nfct_extension *ext);
+int nfct_mnl_talk(struct mnl_socket *nl, struct nlmsghdr *nlh,
+ uint32_t seq, uint32_t portid,
+ int (*cb)(const struct nlmsghdr *nlh, void *data),
+ void *data);
+
#endif