lib: return `void` when setting a simple value with no side effects
[babeltrace.git] / include / babeltrace / graph / private-notification-stream.h
index f5bc2d61561739caa6e19a78ba769a33aa4437a6..de0324a2c62f7213a3a479499dbb4882da1044ee 100644 (file)
@@ -49,14 +49,14 @@ extern struct bt_private_stream *
 bt_private_notification_stream_begin_borrow_stream(
                struct bt_private_notification *notification);
 
-extern int bt_private_notification_stream_begin_set_default_clock_value(
+extern void bt_private_notification_stream_begin_set_default_clock_value(
                struct bt_private_notification *notif, uint64_t value_cycles);
 
 extern struct bt_private_stream *
 bt_private_notification_stream_end_borrow_stream(
                struct bt_private_notification *notification);
 
-extern int bt_private_notification_stream_end_set_default_clock_value(
+extern void bt_private_notification_stream_end_set_default_clock_value(
                struct bt_private_notification *notif, uint64_t value_cycles);
 
 #ifdef __cplusplus
This page took 0.025948 seconds and 4 git commands to generate.