about summary refs log tree commit diff
path: root/src/libnm-platform/tests
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-10-18 11:57:57 +0200
committerMichael Biebl <biebl@debian.org>2022-10-18 11:57:57 +0200
commitac9380934a9c532c14422ee15b4869b2d5da14af (patch)
treeb5d020e8e72a2f3129c9ab0b311fd18c2a54918e /src/libnm-platform/tests
parent87f7575d7268053774dacffc4bdd45df3f26b30b (diff)
parent9f101839d9e64df832e9e43c5181887369c46a7e (diff)
Update upstream source from tag 'upstream/1.40.2'
Update to upstream version '1.40.2'
with Debian dir 1072992b4531d6c782ca5c453f83a2df3ad6390a
Diffstat (limited to 'src/libnm-platform/tests')
-rw-r--r--src/libnm-platform/tests/test-nm-platform.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libnm-platform/tests/test-nm-platform.c b/src/libnm-platform/tests/test-nm-platform.c
index c351f014..cd54df92 100644
--- a/src/libnm-platform/tests/test-nm-platform.c
+++ b/src/libnm-platform/tests/test-nm-platform.c
@@ -27,10 +27,9 @@ test_use_symbols(void)
         (void (*)(void)) nlmsg_hdr,
         (void (*)(void)) nlmsg_reserve,
         (void (*)(void)) nla_reserve,
-        (void (*)(void)) nlmsg_alloc_size,
-        (void (*)(void)) nlmsg_alloc,
         (void (*)(void)) nlmsg_alloc_convert,
-        (void (*)(void)) nlmsg_alloc_simple,
+        (void (*)(void)) nlmsg_alloc_new,
+        (void (*)(void)) nlmsg_alloc,
         (void (*)(void)) nlmsg_free,
         (void (*)(void)) nlmsg_append,
         (void (*)(void)) nlmsg_parse,