From 1ecfaa2a9f5191823a3c3cd19b760fcb69f7d38d Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Wed, 22 Aug 2018 17:03:45 +0200 Subject: src: mnl: make nft_mnl_talk() public As we are going to use the function nft_mnl_talk() from the incoming nftnl_osf.c, we make it public. Signed-off-by: Fernando Fernandez Mancera Signed-off-by: Pablo Neira Ayuso --- include/mnl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/mnl.h') diff --git a/include/mnl.h b/include/mnl.h index cb131bbc..36109c7a 100644 --- a/include/mnl.h +++ b/include/mnl.h @@ -92,4 +92,8 @@ int mnl_nft_event_listener(struct mnl_socket *nf_sock, unsigned int debug_mask, int (*cb)(const struct nlmsghdr *nlh, void *data), void *cb_data); +int nft_mnl_talk(struct netlink_ctx *ctx, const void *data, unsigned int len, + int (*cb)(const struct nlmsghdr *nlh, void *data), + void *cb_data); + #endif /* _NFTABLES_MNL_H_ */ -- cgit v1.2.3