mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-26 07:40:39 +01:00
libnm: fix symbol versioning for new symbols in 1.14 ABI
Fixes: 191c9c7f0d
This commit is contained in:
parent
b4116a6fe6
commit
4ad45b5944
1 changed files with 8 additions and 4 deletions
|
|
@ -1349,14 +1349,11 @@ global:
|
|||
nm_client_checkpoint_rollback_finish;
|
||||
nm_client_get_checkpoints;
|
||||
nm_connection_get_setting_tc_config;
|
||||
nm_device_6lowpan_get_type;
|
||||
nm_device_ip_tunnel_get_flags;
|
||||
nm_device_wifi_get_last_scan;
|
||||
nm_device_wpan_get_type;
|
||||
nm_ip_tunnel_flags_get_type;
|
||||
nm_remote_connection_get_filename;
|
||||
nm_remote_connection_get_flags;
|
||||
nm_setting_6lowpan_get_type;
|
||||
nm_setting_connection_get_mdns;
|
||||
nm_setting_connection_mdns_get_type;
|
||||
nm_setting_ip_tunnel_get_flags;
|
||||
|
|
@ -1368,8 +1365,15 @@ global:
|
|||
nm_setting_wireless_security_fils_get_type;
|
||||
nm_setting_wireless_get_wake_on_wlan;
|
||||
nm_setting_wireless_wake_on_wlan_get_type;
|
||||
nm_setting_wpan_get_type;
|
||||
nm_settings_connection_flags_get_type;
|
||||
nm_utils_get_timestamp_msec;
|
||||
nm_vpn_service_plugin_shutdown;
|
||||
} libnm_1_10_0;
|
||||
|
||||
libnm_1_14_0 {
|
||||
global:
|
||||
nm_device_6lowpan_get_type;
|
||||
nm_device_wpan_get_type;
|
||||
nm_setting_6lowpan_get_type;
|
||||
nm_setting_wpan_get_type;
|
||||
} libnm_1_12_0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue