NetworkManager/src/NetworkManager.ver
Lubomir Rintel 84d90b71ae daemon: disable external visibility for nmdbus_* symbols
The generated code includes too much code that's not actually used.
LTO would drop it once it's not exported.
2016-05-18 20:53:05 +02:00

10 lines
59 B
Text

{
global:
nm_*;
nmp_*;
_nm*;
NM*;
_NM*;
local:
*;
};