summaryrefslogtreecommitdiff
path: root/libsunavl.vers
blob: 8c182572922548ac1e5fb069900c1fbde6d413d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUNAVL_2.0 {
    global:
        avl_add;
        avl_create;
        avl_destroy;
        avl_destroy_nodes;
        avl_find;
        avl_first;
        avl_insert;
        avl_insert_here;
        avl_is_empty;
        avl_last;
        avl_nearest;
        avl_numnodes;
        avl_remove;
        avl_update;
        avl_update_gt;
        avl_update_lt;
        avl_walk;

    local:
        *;
};