Signed-off-by: Michael Jeanson <[email protected]> --- include/babeltrace/graph/clock-class-priority-map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/babeltrace/graph/clock-class-priority-map.h b/include/babeltrace/graph/clock-class-priority-map.h index bda9eb3..d03b1ea 100644 --- a/include/babeltrace/graph/clock-class-priority-map.h +++ b/include/babeltrace/graph/clock-class-priority-map.h @@ -93,7 +93,7 @@ struct bt_clock_class_priority_map; @postsuccessrefcountret1 */ -extern struct bt_clock_class_priority_map *bt_clock_class_priority_map_create(); +extern struct bt_clock_class_priority_map *bt_clock_class_priority_map_create(void); /** @brief Returns the number of CTF IR clock classes contained in the -- 2.7.4 _______________________________________________ lttng-dev mailing list [email protected] https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
