summaryrefslogtreecommitdiff
path: root/libnm/libnm.ver
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/libnm.ver')
-rw-r--r--libnm/libnm.ver14
1 files changed, 13 insertions, 1 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index 457b55a798..b83aa33821 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -1658,8 +1658,17 @@ global:
nm_client_get_capabilities;
} libnm_1_22_0;
+libnm_1_22_8 {
+global:
+ nm_setting_ip6_config_get_ra_timeout;
+} libnm_1_22_2;
+
libnm_1_24_0 {
global:
+ nm_client_dbus_call;
+ nm_client_dbus_call_finish;
+ nm_client_dbus_set_property;
+ nm_client_dbus_set_property_finish;
nm_client_get_instance_flags;
nm_client_get_object_by_path;
nm_client_get_permissions_state;
@@ -1673,7 +1682,10 @@ global:
nm_secret_agent_old_get_dbus_connection;
nm_secret_agent_old_get_dbus_name_owner;
nm_secret_agent_old_get_main_context;
+ nm_setting_802_1x_get_domain_match;
+ nm_setting_802_1x_get_phase2_domain_match;
+ nm_setting_bond_get_option_normalized;
nm_setting_vrf_get_table;
nm_setting_vrf_get_type;
nm_setting_vrf_new;
-} libnm_1_22_0;
+} libnm_1_22_8;