Visibility hidden by default
[babeltrace.git] / src / ctf-writer / writer.h
index 4c6e516383b534b82aa133d542190281819f05fb..24c92c36b1d7d9f59112988f5053a9cdf3b851f3 100644 (file)
@@ -42,13 +42,10 @@ enum field_type_alias {
        NR_FIELD_TYPE_ALIAS,
 };
 
-BT_HIDDEN
 struct bt_ctf_field_type *get_field_type(enum field_type_alias alias);
 
-BT_HIDDEN
 const char *bt_ctf_get_byte_order_string(enum bt_ctf_byte_order byte_order);
 
-BT_HIDDEN
 void bt_ctf_writer_freeze(struct bt_ctf_writer *writer);
 
 #endif /* BABELTRACE_CTF_WRITER_WRITER_INTERNAL_H */
This page took 0.02549 seconds and 4 git commands to generate.