mirror of
https://gitlab.freedesktop.org/emersion/libdisplay-info.git
synced 2024-11-16 19:48:30 +01:00
a4d2bbf95f
A simple version script is used because it allows us to consistently expose all symbols starting with "di_", removing the risk to forget to mark a symbol as public. Signed-off-by: Simon Ser <contact@emersion.fr>
6 lines
31 B
Text
6 lines
31 B
Text
{
|
|
global:
|
|
di_*;
|
|
local:
|
|
*;
|
|
};
|