olm/version_script.ver

10 lines
156 B
Plaintext

# this is a 'version script' for the linker which tells it to only export
# symbols starting 'olm_'.
{
global:
olm_*;
local:
*;
};