X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-class-internal.h;fp=include%2Fbabeltrace%2Fctf-ir%2Fstream-class-internal.h;h=7e5dcb9b1bca71fbbea0fd0ea712be2e095a723e;hb=d2f71f12cc85b3429ff731e6fdec19fe63cd3f7e;hp=0dc33b136420891913a7cc7ec5b15d58c66cb185;hpb=e0bcd1b0f419fda054b9241588beac37bcd6afb8;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/stream-class-internal.h b/include/babeltrace/ctf-ir/stream-class-internal.h index 0dc33b13..7e5dcb9b 100644 --- a/include/babeltrace/ctf-ir/stream-class-internal.h +++ b/include/babeltrace/ctf-ir/stream-class-internal.h @@ -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