summaryrefslogtreecommitdiff
path: root/wrappers/egltrace.version
blob: 0e7e62b99d0791b3d5799e5e34b726c3c5d2f565 (plain)
1
2
3
4
5
6
7
8
9
10
{
    global:
        _init;
        _fini;
        egl[A-Z]*;
        gl[A-Z]*;
        dlopen;
    local:
        *;
};