Visibility hidden by default
[babeltrace.git] / src / lib / object-pool.h
index 5f65c59dcdc945d4f3e11446ef62c10886efd410..e0501daf70b47a075695c4939f3e8b28965b4708 100644 (file)
@@ -72,7 +72,6 @@ struct bt_object_pool {
 /*
  * Initializes an object pool which is already allocated.
  */
-BT_HIDDEN
 int bt_object_pool_initialize(struct bt_object_pool *pool,
                bt_object_pool_new_object_func new_object_func,
                bt_object_pool_destroy_object_func destroy_object_func,
@@ -81,7 +80,6 @@ int bt_object_pool_initialize(struct bt_object_pool *pool,
 /*
  * Finalizes an object pool without deallocating it.
  */
-BT_HIDDEN
 void bt_object_pool_finalize(struct bt_object_pool *pool);
 
 /*
This page took 0.022766 seconds and 4 git commands to generate.