summaryrefslogtreecommitdiffstats
path: root/libnl-3.sym
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-08-14 15:32:36 (GMT)
committerThomas Haller <thaller@redhat.com>2015-08-17 21:01:57 (GMT)
commit7bb956501ccd58ed3bbffc59de996f056e178683 (patch)
treeaf3a3fa3b9623692310a3b6b30c19c124c468304 /libnl-3.sym
parent8818a571e72c51bcda309d89bfaf93a2f5524d68 (diff)
downloadlibnl-7bb956501ccd58ed3bbffc59de996f056e178683.zip
libnl-7bb956501ccd58ed3bbffc59de996f056e178683.tar.gz
libnl-7bb956501ccd58ed3bbffc59de996f056e178683.tar.bz2
lib/attr: add nla utility functions for s32
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'libnl-3.sym')
-rw-r--r--libnl-3.sym6
1 files changed, 6 insertions, 0 deletions
diff --git a/libnl-3.sym b/libnl-3.sym
index 621bfe0..a467ab2 100644
--- a/libnl-3.sym
+++ b/libnl-3.sym
@@ -334,3 +334,9 @@ libnl_3_2_26 {
global:
nl_socket_set_fd;
} libnl_3;
+
+libnl_3_2_27 {
+global:
+ nla_get_s32;
+ nla_put_s32;
+} libnl_3_2_26;