summaryrefslogtreecommitdiff
path: root/libpool.vers
diff options
context:
space:
mode:
Diffstat (limited to 'libpool.vers')
-rw-r--r--libpool.vers74
1 files changed, 74 insertions, 0 deletions
diff --git a/libpool.vers b/libpool.vers
new file mode 100644
index 0000000..712785a
--- /dev/null
+++ b/libpool.vers
@@ -0,0 +1,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:
+ *;
+};