summaryrefslogtreecommitdiffstats
path: root/src/libnftnl.map
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2020-08-20 17:15:05 +0200
committerFlorian Westphal <fw@strlen.de>2020-08-20 17:16:13 +0200
commita4db940701e899b87a1d4e70db614f23cb8f6cdf (patch)
tree6b0e78d28099f40b43be169379b531ecb5c8f2c4 /src/libnftnl.map
parent58e7e9cf40ce17c0f47b56e749571cd2bf9150ac (diff)
libnftnl: export nftnl_set_elem_fprintf
Was not exported so far due to a typo. While at it, add const qualifier to element structure. Will be used to optionally dump set contents / elements from nft frontend. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'src/libnftnl.map')
-rw-r--r--src/libnftnl.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnftnl.map b/src/libnftnl.map
index f62640f..6042479 100644
--- a/src/libnftnl.map
+++ b/src/libnftnl.map
@@ -169,7 +169,7 @@ global:
nftnl_set_elem_parse;
nftnl_set_elem_parse_file;
nftnl_set_elem_snprintf;
- nftnl_set_elem_fprinf;
+ nftnl_set_elem_fprintf;
nftnl_set_elems_nlmsg_build_payload;
nftnl_set_elems_nlmsg_parse;