lib: return `void` when setting a simple value with no side effects
[babeltrace.git] / include / babeltrace / graph / private-notification-inactivity.h
index ca8253edf14a17f57fc64aaa3eb26eb666891e5a..5649ffc186d1f304eb445c989cbfdf6194e0a9b6 100644 (file)
@@ -38,7 +38,7 @@ struct bt_private_notification *bt_private_notification_inactivity_create(
                struct bt_self_notification_iterator *notification_iterator,
                struct bt_clock_class *default_clock_class);
 
-extern int bt_private_notification_inactivity_set_default_clock_value(
+extern void bt_private_notification_inactivity_set_default_clock_value(
                struct bt_private_notification *notif, uint64_t raw_value);
 
 #ifdef __cplusplus
This page took 0.022901 seconds and 4 git commands to generate.