mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-30 00:08:12 +02:00
14 lines
215 B
Text
14 lines
215 B
Text
|
|
LIBNACD_1 {
|
||
|
|
global:
|
||
|
|
n_acd_new;
|
||
|
|
n_acd_free;
|
||
|
|
n_acd_get_fd;
|
||
|
|
n_acd_dispatch;
|
||
|
|
n_acd_pop_event;
|
||
|
|
n_acd_start;
|
||
|
|
n_acd_stop;
|
||
|
|
n_acd_announce;
|
||
|
|
local:
|
||
|
|
*;
|
||
|
|
};
|