X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace2%2Fctf-writer%2Ftrace.h;h=d9d10f616bc00f37197e5138312631abe35e5eb3;hp=27b18214958bfa39ea872b238aad65bb50777c81;hb=6162e6b7a6d907974d954419c2375f654f39eb72;hpb=8bd04432c92ff6aad64a7f857d9de6f2a82f90f5 diff --git a/include/babeltrace2/ctf-writer/trace.h b/include/babeltrace2/ctf-writer/trace.h index 27b18214..d9d10f61 100644 --- a/include/babeltrace2/ctf-writer/trace.h +++ b/include/babeltrace2/ctf-writer/trace.h @@ -42,11 +42,11 @@ extern enum bt_ctf_byte_order bt_ctf_trace_get_native_byte_order( extern int bt_ctf_trace_set_native_byte_order(struct bt_ctf_trace *trace, enum bt_ctf_byte_order native_byte_order); -extern const unsigned char *bt_ctf_trace_get_uuid( +extern const uint8_t *bt_ctf_trace_get_uuid( struct bt_ctf_trace *trace); extern int bt_ctf_trace_set_uuid(struct bt_ctf_trace *trace, - const unsigned char *uuid); + const uint8_t *uuid); extern int bt_ctf_trace_set_environment_field_integer( struct bt_ctf_trace *trace, const char *name,