summaryrefslogtreecommitdiff
path: root/sc/addin/rot13/exports.map
blob: fa447824beda255c9ecf112f9ee74f36a2f7e556 (plain)
1
2
3
4
5
6
7
8
9
10
11
SC_1_0 {
    global:
        GetFunctionCount;
        GetFunctionData;
        GetParameterDescription;
        SetLanguage;
        Rot13;

    local:
        *;
};