From 9824835ab2ae7e7670952d7994e7c334a8e97161 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Date: Wed, 19 Mar 2014 17:53:26 +0100 Subject: set_elems: delete unexisting exported symbol There is no function called 'nft_set_elem_nlmsg_parse()' Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- include/libnftnl/set.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/libnftnl/set.h b/include/libnftnl/set.h index fcb1a7e..a975f1c 100644 --- a/include/libnftnl/set.h +++ b/include/libnftnl/set.h @@ -105,8 +105,6 @@ bool nft_set_elem_attr_is_set(const struct nft_set_elem *s, uint16_t attr); void nft_set_elems_nlmsg_build_payload(struct nlmsghdr *nlh, struct nft_set *s); void nft_set_elem_nlmsg_build_payload(struct nlmsghdr *nlh, struct nft_set_elem *e); -int nft_set_elem_nlmsg_parse(const struct nlmsghdr *nlh, struct nft_set_elem *s); - int nft_set_elem_parse(struct nft_set_elem *e, enum nft_parse_type type, const char *data, struct nft_parse_err *err); int nft_set_elem_parse_file(struct nft_set_elem *e, enum nft_parse_type type, -- cgit v1.2.3