X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Fctf-writer%2Fvalidation.h;h=fef42a6da542e932249114cf8199910d8f621593;hb=1353b066072;hp=7434c42ba2843e6e5ae829b7bf77f3846fac95f0;hpb=5b616db96266d25cb0749e472cfc78c4944675e2;p=babeltrace.git diff --git a/src/ctf-writer/validation.h b/src/ctf-writer/validation.h index 7434c42b..fef42a6d 100644 --- a/src/ctf-writer/validation.h +++ b/src/ctf-writer/validation.h @@ -64,7 +64,6 @@ struct bt_ctf_validation_output { * * All parameters are owned by the caller. */ -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, @@ -92,7 +91,6 @@ int bt_ctf_validate_class_types(struct bt_ctf_private_value *environment, * * All parameters are owned by the caller. */ -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, @@ -105,7 +103,6 @@ void bt_ctf_validation_replace_types(struct bt_ctf_trace_common *trace, * * `output` is owned by the caller and is not freed here. */ -BT_HIDDEN void bt_ctf_validation_output_put_types( struct bt_ctf_validation_output *output);