summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-02-12 18:15:08 +0100
committerThomas Haller <thaller@redhat.com>2016-02-12 18:17:02 +0100
commit040055dbaad7fd59d865f77695884216c330df6a (patch)
tree3784fe9be982716578bd0a26e4070cc87a138805
parenta09b8558148b31e469d463907d103fa78d81612c (diff)
downloadlibnl-040055dbaad7fd59d865f77695884216c330df6a.tar.gz
libnl: add nl_object_diff64() to libnl-3.sym
Fixes: a09b8558148b31e469d463907d103fa78d81612c Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--libnl-3.sym5
1 files changed, 5 insertions, 0 deletions
diff --git a/libnl-3.sym b/libnl-3.sym
index 97859571..4e09bdd6 100644
--- a/libnl-3.sym
+++ b/libnl-3.sym
@@ -346,3 +346,8 @@ global:
nla_get_s64;
nla_put_s64;
} libnl_3_2_26;
+
+libnl_3_2_28 {
+global:
+ nl_object_diff64;
+} libnl_3_2_27;