Visibility hidden by default
[babeltrace.git] / src / ctf-writer / visitor.c
index 711a03dd075cb228e86246c3412601cdb1c50abf..573dfe45beb722f5f91579e4aed99cf1188c2030 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "visitor.h"
 
-BT_HIDDEN
 int bt_ctf_visitor_helper(struct bt_ctf_visitor_object *root,
                bt_ctf_child_count_accessor child_counter,
                bt_ctf_child_accessor child_accessor,
@@ -51,6 +50,7 @@ end:
        return ret;
 }
 
+BT_EXPORT
 enum bt_ctf_visitor_object_type bt_ctf_visitor_object_get_type(
                struct bt_ctf_visitor_object *object)
 {
@@ -65,6 +65,7 @@ end:
        return ret;
 }
 
+BT_EXPORT
 void *bt_ctf_visitor_object_get_object(struct bt_ctf_visitor_object *object)
 {
        void *ret = NULL;
This page took 0.023709 seconds and 4 git commands to generate.