Visibility hidden by default
[babeltrace.git] / src / plugins / ctf / fs-src / metadata.cpp
index d7c89e5e7b3fa19655a998723d23f40a93cfd363..f428c5e02ff23c7806300538d1c87538a85c6264 100644 (file)
@@ -24,7 +24,6 @@
 #include "metadata.hpp"
 #include "../common/metadata/decoder.hpp"
 
-BT_HIDDEN
 FILE *ctf_fs_metadata_open_file(const char *trace_path)
 {
     GString *metadata_path;
@@ -70,7 +69,6 @@ end:
     return file;
 }
 
-BT_HIDDEN
 int ctf_fs_metadata_set_trace_class(bt_self_component *self_comp, struct ctf_fs_trace *ctf_fs_trace,
                                     struct ctf_fs_metadata_config *config)
 {
@@ -118,14 +116,12 @@ end:
     return ret;
 }
 
-BT_HIDDEN
 int ctf_fs_metadata_init(struct ctf_fs_metadata *metadata)
 {
     /* Nothing to initialize for the moment. */
     return 0;
 }
 
-BT_HIDDEN
 void ctf_fs_metadata_fini(struct ctf_fs_metadata *metadata)
 {
     free(metadata->text);
This page took 0.022999 seconds and 4 git commands to generate.