From: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
To: netfilter-devel@vger.kernel.org
Cc: pablo@netfilter.org
Subject: [libnftnl PATCH] set_elems: delete void EXPORT_SYMBOL
Date: Wed, 19 Mar 2014 17:53:26 +0100 [thread overview]
Message-ID: <20140319165326.3656.88730.stgit@nfdev.cica.es> (raw)
There is no function called 'nft_set_elem_nlmsg_parse()'.
Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
---
include/libnftnl/set.h | 2 --
src/libnftnl.map | 1 -
src/set_elem.c | 1 -
3 files changed, 4 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,
diff --git a/src/libnftnl.map b/src/libnftnl.map
index 7c4e6ca..b11db67 100644
--- a/src/libnftnl.map
+++ b/src/libnftnl.map
@@ -161,7 +161,6 @@ global:
nft_set_elem_attr_get_str;
nft_set_elem_attr_get_u32;
nft_set_elem_nlmsg_build_payload;
- nft_set_elem_nlmsg_parse;
nft_set_elem_parse;
nft_set_elem_parse_file;
nft_set_elem_snprintf;
diff --git a/src/set_elem.c b/src/set_elem.c
index ff2c9d5..b71a916 100644
--- a/src/set_elem.c
+++ b/src/set_elem.c
@@ -291,7 +291,6 @@ static int nft_set_elems_parse2(struct nft_set *s, const struct nlattr *nest)
return ret;
}
-EXPORT_SYMBOL(nft_set_elem_nlmsg_parse);
static int
nft_set_elem_list_parse_attr_cb(const struct nlattr *attr, void *data)
next reply other threads:[~2014-03-19 16:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-19 16:53 Arturo Borrero Gonzalez [this message]
2014-03-26 19:20 ` [libnftnl PATCH] set_elems: delete void EXPORT_SYMBOL Pablo Neira Ayuso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140319165326.3656.88730.stgit@nfdev.cica.es \
--to=arturo.borrero.glez@gmail.com \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).