Visibility hidden by default
[babeltrace.git] / src / plugins / utils / dummy / dummy.h
index d2ab18a7a6ac9cb23adc439e1178ccf2671b541d..a5e3eb9fcc5754a7c67297e5debb753fb5f5b830 100644 (file)
@@ -15,20 +15,16 @@ struct dummy {
        bt_message_iterator *msg_iter;
 };
 
-BT_HIDDEN
 bt_component_class_initialize_method_status dummy_init(
                bt_self_component_sink *component,
                bt_self_component_sink_configuration *config,
                const bt_value *params, void *init_method_data);
 
-BT_HIDDEN
 void dummy_finalize(bt_self_component_sink *component);
 
-BT_HIDDEN
 bt_component_class_sink_graph_is_configured_method_status dummy_graph_is_configured(
                bt_self_component_sink *comp);
 
-BT_HIDDEN
 bt_component_class_sink_consume_method_status dummy_consume(
                bt_self_component_sink *component);
 
This page took 0.023247 seconds and 4 git commands to generate.