mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 13:30:20 +01:00
parent
170b94598a
commit
03ec751402
1 changed files with 1 additions and 1 deletions
|
|
@ -685,7 +685,7 @@ _nmtst_test_data_unpack_detail (const NmtstTestData *test_data, const char **det
|
|||
va_end (ap);
|
||||
}
|
||||
#define nmtst_test_data_unpack_detail(test_data, detail, ...) _nmtst_test_data_unpack_detail(test_data, detail, NM_NARG (__VA_ARGS__), ##__VA_ARGS__)
|
||||
#define nmtst_test_data_unpack(test_data, ...) nmtst_test_data_unpack(test_data, NULL, ##__VA_ARGS__)
|
||||
#define nmtst_test_data_unpack(test_data, ...) nmtst_test_data_unpack_detail(test_data, NULL, ##__VA_ARGS__)
|
||||
|
||||
inline static void
|
||||
_nmtst_test_data_free (gpointer data)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue