Visibility hidden by default
[babeltrace.git] / src / plugins / utils / counter / counter.h
index 28800909b4ede27a2668b9635b5ab3221fa4ba67..39b9a29ab83a9983d86fa5a532b3894a4a6060cb 100644 (file)
@@ -34,20 +34,16 @@ struct counter {
        bt_self_component *self_comp;
 };
 
-BT_HIDDEN
 bt_component_class_initialize_method_status counter_init(
                bt_self_component_sink *component,
                bt_self_component_sink_configuration *config,
                const bt_value *params, void *init_method_data);
 
-BT_HIDDEN
 void counter_finalize(bt_self_component_sink *component);
 
-BT_HIDDEN
 bt_component_class_sink_graph_is_configured_method_status counter_graph_is_configured(
                bt_self_component_sink *component);
 
-BT_HIDDEN
 bt_component_class_sink_consume_method_status counter_consume(bt_self_component_sink *component);
 
 #endif /* BABELTRACE_PLUGINS_UTILS_COUNTER_H */
This page took 0.02829 seconds and 4 git commands to generate.