X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Flibctfcopytrace%2Fclock-fields.h;h=c5781aa3b27d274d3e3ece6826f60d8cdf7e9fdc;hb=b19ff26f04df428047676dd736bd7cc9473906fe;hp=b3643501cf087ed85d5e64e58b24aa5d58587b30;hpb=c5b9b4417bedfbec9b5dd23b8395ccdd4eeffc44;p=babeltrace.git diff --git a/plugins/libctfcopytrace/clock-fields.h b/plugins/libctfcopytrace/clock-fields.h index b3643501..c5781aa3 100644 --- a/plugins/libctfcopytrace/clock-fields.h +++ b/plugins/libctfcopytrace/clock-fields.h @@ -36,22 +36,22 @@ extern "C" { #endif BT_HIDDEN -struct bt_field_type *override_header_type(FILE *err, - struct bt_field_type *type, - const struct bt_trace *writer_trace); +bt_field_type *override_header_type(FILE *err, + bt_field_type *type, + const bt_trace *writer_trace); BT_HIDDEN -int copy_override_field(FILE *err, const struct bt_event *event, - const struct bt_event *writer_event, const struct bt_field *field, - const struct bt_field *copy_field); +int copy_override_field(FILE *err, const bt_event *event, + const bt_event *writer_event, const bt_field *field, + const bt_field *copy_field); BT_HIDDEN -const struct bt_clock_class *stream_class_get_clock_class(FILE *err, - const struct bt_stream_class *stream_class); +const bt_clock_class *stream_class_get_clock_class(FILE *err, + const bt_stream_class *stream_class); BT_HIDDEN -const struct bt_clock_class *event_get_clock_class(FILE *err, - const struct bt_event *event); +const bt_clock_class *event_get_clock_class(FILE *err, + const bt_event *event); #ifdef __cplusplus }