ir: add user byte order to integer/float types
[babeltrace.git] / include / babeltrace / ctf-ir / stream-class-internal.h
index 88d38c2100b97db509f1ebbfd2631f3f597afc17..94dc6206146d763eb728f222b084120a3cbe6658 100644 (file)
@@ -60,8 +60,8 @@ int bt_ctf_stream_class_serialize(struct bt_ctf_stream_class *stream_class,
                struct metadata_context *context);
 
 BT_HIDDEN
-int bt_ctf_stream_class_set_byte_order(struct bt_ctf_stream_class *stream_class,
-               enum bt_ctf_byte_order byte_order);
+void bt_ctf_stream_class_set_byte_order(
+               struct bt_ctf_stream_class *stream_class, int byte_order);
 
 /* Set stream_class id without checking if the stream class is frozen */
 BT_HIDDEN
This page took 0.022755 seconds and 4 git commands to generate.