summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-02-26 10:18:19 +0100
committerThomas Haller <thaller@redhat.com>2015-02-26 10:21:22 +0100
commitfe0bd1b91ffc27fd7d0b8c9dbf517f49b2b8a44a (patch)
treea5cd208da9c5e8e472c356cd6184710a23765d7f
parentaf509459c6bc87c7a234c60929343d70b2c2ca73 (diff)
downloadNetworkManager-fe0bd1b91ffc27fd7d0b8c9dbf517f49b2b8a44a.tar.gz
libnm: fix version script to add new API to proper linker section
Fixes: 5293683e4a01df1dc47e884ead3a6c6c9493b1f9
-rw-r--r--libnm/libnm.ver2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index 69dc4796b8..258336ae3d 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -705,7 +705,6 @@ global:
nm_setting_wireless_get_mtu;
nm_setting_wireless_get_num_mac_blacklist_items;
nm_setting_wireless_get_num_seen_bssids;
- nm_setting_wireless_get_powersave;
nm_setting_wireless_get_rate;
nm_setting_wireless_get_seen_bssid;
nm_setting_wireless_get_ssid;
@@ -849,6 +848,7 @@ local:
libnm_1_2_0 {
global:
nm_setting_bridge_get_multicast_snooping;
+ nm_setting_wireless_get_powersave;
nm_utils_bond_mode_int_to_string;
nm_utils_bond_mode_string_to_int;
} libnm_1_0_0;