lib/ctf-ir/stream-class.c: add logging
[babeltrace.git] / include / babeltrace / ctf-ir / stream-class-internal.h
index 0dc33b136420891913a7cc7ec5b15d58c66cb185..7e5dcb9b1bca71fbbea0fd0ea712be2e095a723e 100644 (file)
@@ -74,7 +74,7 @@ void bt_ctf_stream_class_set_byte_order(
 
 /* Set stream_class id without checking if the stream class is frozen */
 BT_HIDDEN
-int _bt_ctf_stream_class_set_id(struct bt_ctf_stream_class *stream_class,
+void _bt_ctf_stream_class_set_id(struct bt_ctf_stream_class *stream_class,
                int64_t id);
 
 BT_HIDDEN
This page took 0.023539 seconds and 4 git commands to generate.