Replace libuuid with internal implementation
[babeltrace.git] / include / babeltrace2 / ctf-writer / clock-class.h
index ae074b82de31df1d4edd68f5f58f7759f5c7cc14..d8b7b4e7270255f409fdcaedf9c80e53f55b1db4 100644 (file)
@@ -84,11 +84,11 @@ extern bt_bool bt_ctf_clock_class_is_absolute(
 extern int bt_ctf_clock_class_set_is_absolute(
                 struct bt_ctf_clock_class *clock_class, bt_bool is_absolute);
 
-extern const unsigned char *bt_ctf_clock_class_get_uuid(
+extern const uint8_t *bt_ctf_clock_class_get_uuid(
                 struct bt_ctf_clock_class *clock_class);
 
 extern int bt_ctf_clock_class_set_uuid(struct bt_ctf_clock_class *clock_class,
-                const unsigned char *uuid);
+                const uint8_t *uuid);
 #ifdef __cplusplus
 }
 #endif
This page took 0.025453 seconds and 4 git commands to generate.