X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fctf-writer%2Fvalidation.c;h=13fd9eb80bf3c355568cbfd5392ce806b2f08920;hp=86d68626c56611e58ce6df4436dd9e8a14d9ce06;hb=1353b066072e6c389ff35853bac83f65597e7a6a;hpb=5b616db96266d25cb0749e472cfc78c4944675e2 diff --git a/src/ctf-writer/validation.c b/src/ctf-writer/validation.c index 86d68626..13fd9eb8 100644 --- a/src/ctf-writer/validation.c +++ b/src/ctf-writer/validation.c @@ -245,7 +245,6 @@ end: return ret; } -BT_HIDDEN int bt_ctf_validate_class_types(struct bt_ctf_private_value *environment, struct bt_ctf_field_type_common *packet_header_type, struct bt_ctf_field_type_common *packet_context_type, @@ -590,7 +589,6 @@ error: return ret; } -BT_HIDDEN void bt_ctf_validation_replace_types(struct bt_ctf_trace_common *trace, struct bt_ctf_stream_class_common *stream_class, struct bt_ctf_event_class_common *event_class, @@ -623,7 +621,6 @@ void bt_ctf_validation_replace_types(struct bt_ctf_trace_common *trace, } } -BT_HIDDEN void bt_ctf_validation_output_put_types( struct bt_ctf_validation_output *output) {