File: version_script.ver

package info (click to toggle)
olm 3.2.1~dfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,608 kB
  • sloc: ansic: 10,513; cpp: 9,484; java: 3,089; objc: 2,069; javascript: 1,841; python: 1,839; makefile: 396; sh: 130; xml: 10; asm: 7
file content (9 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
# this is a 'version script' for the linker which tells it to only export
# symbols starting 'olm_'.

{
    global:
        olm_*;
    local:
        *;
};