Visibility hidden by default
[babeltrace.git] / src / plugins / ctf / fs-sink / fs-sink.hpp
index d026cb291c899d14aecbc4c85d486c8afc1716ab..d853ccb66449290ae15d20d6ebd69cbea4b09d8e 100644 (file)
@@ -50,20 +50,16 @@ struct fs_sink_comp
     GHashTable *traces;
 };
 
-BT_HIDDEN
 bt_component_class_initialize_method_status
 ctf_fs_sink_init(bt_self_component_sink *component, bt_self_component_sink_configuration *config,
                  const bt_value *params, void *init_method_data);
 
-BT_HIDDEN
 bt_component_class_sink_consume_method_status
 ctf_fs_sink_consume(bt_self_component_sink *component);
 
-BT_HIDDEN
 bt_component_class_sink_graph_is_configured_method_status
 ctf_fs_sink_graph_is_configured(bt_self_component_sink *component);
 
-BT_HIDDEN
 void ctf_fs_sink_finalize(bt_self_component_sink *component);
 
 #endif /* BABELTRACE_PLUGIN_CTF_FS_SINK_FS_SINK_H */
This page took 0.025069 seconds and 4 git commands to generate.