diff options
| author | Michael Biebl <biebl@debian.org> | 2022-08-16 18:24:19 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-08-16 18:24:19 +0200 |
| commit | 0018d1f3cf71d680d7b6bceda55a5717244d8b26 (patch) | |
| tree | a058f1d106d172d3354179437ef034c9355cdf9c /src/libnm-client-impl/libnm.ver | |
| parent | 6accbd3ec0e42d8633bbde4d47ed7bfe854e7e0b (diff) | |
New upstream version 1.39.90 upstream/1.39.90
Diffstat (limited to 'src/libnm-client-impl/libnm.ver')
| -rw-r--r-- | src/libnm-client-impl/libnm.ver | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/src/libnm-client-impl/libnm.ver b/src/libnm-client-impl/libnm.ver index b6d566fc..e414b7e6 100644 --- a/src/libnm-client-impl/libnm.ver +++ b/src/libnm-client-impl/libnm.ver @@ -1,3 +1,11 @@ +# This is the symbol version script of libnm for the linker. +# +# Note that once a stable release is done, all version nodes so +# far must not change anymore. E.g. after 1.36.0 release, libnm_1_36_0 +# node (and all other version nodes) are frozen. +# +# Only add/remove symbols in the section for the current development +# version, at the bottom of the file. libnm_1_0_0 { global: nm_802_11_ap_flags_get_type; @@ -1826,4 +1834,13 @@ libnm_1_38_0 { global: nm_client_get_radio_flags; nm_radio_flags_get_type; -} libnm_1_36_0; \ No newline at end of file +} libnm_1_36_0; + +libnm_1_40_0 { +global: + nm_conn_wireguard_import; + nm_mptcp_flags_get_type; + nm_setting_connection_get_wait_activation_delay; + nm_setting_ip4_link_local_get_type; + nm_setting_ip6_config_get_mtu; +} libnm_1_38_0; |