X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fctf-writer%2Fvisitor.c;h=573dfe45beb722f5f91579e4aed99cf1188c2030;hb=1353b066072e6c389ff35853bac83f65597e7a6a;hp=711a03dd075cb228e86246c3412601cdb1c50abf;hpb=0235b0db7de5bcacdb3650c92461f2ce5eb2143d;p=babeltrace.git diff --git a/src/ctf-writer/visitor.c b/src/ctf-writer/visitor.c index 711a03dd..573dfe45 100644 --- a/src/ctf-writer/visitor.c +++ b/src/ctf-writer/visitor.c @@ -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;