summaryrefslogtreecommitdiff
path: root/libpool.vers
blob: 712785af93bddb6849107b93ce164471876fe88f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
LIBPOOL_2 {
    global:
        pool_associate;
        pool_component_info;
        pool_component_to_elem;
        pool_conf_alloc;
        pool_conf_close;
        pool_conf_commit;
        pool_conf_export;
        pool_conf_free;
        pool_conf_info;
        pool_conf_location;
        pool_conf_open;
        pool_conf_remove;
        pool_conf_rollback;
        pool_conf_status;
        pool_conf_to_elem;
        pool_conf_update;
        pool_conf_validate;
        pool_create;
        pool_destroy;
        pool_dissociate;
        pool_dynamic_location;
        pool_error;
        pool_get_binding;
        pool_get_owning_resource;
        pool_get_pool;
        pool_get_property;
        pool_get_resource;
        pool_get_resource_binding;
        pool_get_status;
        pool_info;
        pool_put_property;
        pool_query_components;
        pool_query_pool_resources;
        pool_query_pools;
        pool_query_resource_components;
        pool_query_resources;
        pool_resource_create;
        pool_resource_destroy;
        pool_resource_info;
        pool_resource_to_elem;
        pool_resource_transfer;
        pool_resource_type_list;
        pool_resource_xtransfer;
        pool_rm_property;
        pool_set_binding;
        pool_set_status;
        pool_static_location;
        pool_strerror;
        pool_to_elem;
        pool_value_alloc;
        pool_value_free;
        pool_value_get_bool;
        pool_value_get_double;
        pool_value_get_int64;
        pool_value_get_name;
        pool_value_get_string;
        pool_value_get_type;
        pool_value_get_uint64;
        pool_value_set_bool;
        pool_value_set_double;
        pool_value_set_int64;
        pool_value_set_name;
        pool_value_set_string;
        pool_value_set_uint64;
        pool_version;
        pool_walk_components;
        pool_walk_pools;
        pool_walk_properties;
        pool_walk_resources;
    local:
        *;
};