summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-12-04 14:06:32 +0100
committerThomas Haller <thaller@redhat.com>2014-12-04 14:19:43 +0100
commit5434dbe7dd3ed0aeb44f09b4b2864ab378789b03 (patch)
treedb7b7fc808bb0ee181943f2ae65c74aad656d2a0
parent45e3a3c860face457d2527089f9505e9d61dd806 (diff)
downloadNetworkManager-th/libnm-version-script-bgo741069.tar.gz
fixup! libnm/build: add versioning to linker scriptth/libnm-version-script-bgo741069
-rw-r--r--libnm/libnm.ver9
1 files changed, 6 insertions, 3 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index 6b7199325a..8b1c505570 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -1,3 +1,8 @@
+__libnm_local {
+local:
+ *;
+};
+
libnm_1_0_0 {
global:
nm_802_11_ap_flags_get_type;
@@ -845,6 +850,4 @@ global:
nm_wimax_nsp_get_signal_quality;
nm_wimax_nsp_get_type;
nm_wimax_nsp_network_type_get_type;
-local:
- *;
-};
+} __libnm_local;