lib: return `void` when setting a simple value with no side effects
[babeltrace.git] / include / babeltrace / trace-ir / private-trace.h
index c771ad74dcc237e801c9bab24c68680e20d96ef7..a121a3e9214e51974b4342ad551164b276775061 100644 (file)
@@ -60,13 +60,13 @@ struct bt_trace *bt_private_trace_borrow_trace(
 
 extern struct bt_private_trace *bt_private_trace_create(void);
 
-extern int bt_private_trace_set_assigns_automatic_stream_class_id(
+extern void bt_private_trace_set_assigns_automatic_stream_class_id(
                struct bt_private_trace *trace, bt_bool value);
 
 extern int bt_private_trace_set_name(struct bt_private_trace *trace,
                const char *name);
 
-extern int bt_private_trace_set_uuid(struct bt_private_trace *trace,
+extern void bt_private_trace_set_uuid(struct bt_private_trace *trace,
                bt_uuid uuid);
 
 extern void bt_private_trace_borrow_environment_entry_by_index(
This page took 0.023591 seconds and 4 git commands to generate.