summaryrefslogtreecommitdiffstats
path: root/include/libnftnl
diff options
context:
space:
mode:
authorArturo Borrero <arturo.borrero.glez@gmail.com>2014-03-19 17:53:26 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2014-03-26 20:19:46 +0100
commit9824835ab2ae7e7670952d7994e7c334a8e97161 (patch)
treeeb1373d4edfab7007b94829754e26023861e64fa /include/libnftnl
parent80c75a2682e054a3947218c20c3b0fa420190772 (diff)
set_elems: delete unexisting exported symbol
There is no function called 'nft_set_elem_nlmsg_parse()' Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/libnftnl')
-rw-r--r--include/libnftnl/set.h2
1 files changed, 0 insertions, 2 deletions
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,