Replace libuuid with internal implementation
[babeltrace.git] / include / babeltrace2 / ctf-writer / trace.h
index 27b18214958bfa39ea872b238aad65bb50777c81..d9d10f616bc00f37197e5138312631abe35e5eb3 100644 (file)
@@ -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,
This page took 0.023193 seconds and 4 git commands to generate.