lib: private functions: do not repeat `private` word
[babeltrace.git] / include / babeltrace / graph / private-notification-stream.h
index 524fd29c29f67f14ca546cfea82231474393d2d9..bfdcf3c473b1eec2462fa84eabb8b3de80da2a6d 100644 (file)
@@ -46,14 +46,14 @@ struct bt_private_notification *bt_private_notification_stream_end_create(
                struct bt_private_stream *stream);
 
 extern struct bt_private_stream *
-bt_private_notification_stream_begin_borrow_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(
                struct bt_private_notification *notif, uint64_t value_cycles);
 
 extern struct bt_private_stream *
-bt_private_notification_stream_end_borrow_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(
This page took 0.024488 seconds and 4 git commands to generate.