X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-packet.h;h=a6d6c7fa015470909e622c62aac5214833e2a815;hp=4380c64af0ebf7de5812f48c9fa117de05c6e8da;hb=40f4ba76dd6f9508ca51b6220eaed57632281a07;hpb=05e2128659970c32648a01255ed870449f05d518 diff --git a/include/babeltrace/graph/notification-packet.h b/include/babeltrace/graph/notification-packet.h index 4380c64a..a6d6c7fa 100644 --- a/include/babeltrace/graph/notification-packet.h +++ b/include/babeltrace/graph/notification-packet.h @@ -32,10 +32,10 @@ extern "C" { struct bt_notification; struct bt_packet; -extern struct bt_packet *bt_notification_packet_begin_borrow_packet( +extern const struct bt_packet *bt_notification_packet_begin_borrow_packet( struct bt_notification *notification); -extern struct bt_packet *bt_notification_packet_end_borrow_packet( +extern const struct bt_packet *bt_notification_packet_end_borrow_packet( struct bt_notification *notification); #ifdef __cplusplus