Visibility hidden by default
[babeltrace.git] / src / ctf-writer / field-wrapper.h
index e2c1227fe9e9f3d18ef47a2a80c7737a5fb83f3a..2b3286d2116d8b660bcba70ed0eabd868df2fb10 100644 (file)
@@ -20,13 +20,10 @@ struct bt_ctf_field_wrapper {
        struct bt_ctf_field_common *field;
 };
 
-BT_HIDDEN
 struct bt_ctf_field_wrapper *bt_ctf_field_wrapper_new(void *data);
 
-BT_HIDDEN
 void bt_ctf_field_wrapper_destroy(struct bt_ctf_field_wrapper *field);
 
-BT_HIDDEN
 struct bt_ctf_field_wrapper *bt_ctf_field_wrapper_create(
                struct bt_ctf_object_pool *pool, struct bt_ctf_field_type *ft);
 
This page took 0.023939 seconds and 4 git commands to generate.