Make parent parameters const for some object creation functions
[babeltrace.git] / include / babeltrace / graph / message-packet-beginning.h
index e7d425467afcf9f894ce30300db859f55271b0fe..0b60cc9619b1a8c73173dbc93a13e7537a1e075f 100644 (file)
@@ -34,7 +34,7 @@ extern "C" {
 extern
 bt_message *bt_message_packet_beginning_create(
                bt_self_message_iterator *message_iterator,
-               bt_packet *packet);
+               const bt_packet *packet);
 
 extern bt_packet *bt_message_packet_beginning_borrow_packet(
                bt_message *message);
This page took 0.024124 seconds and 4 git commands to generate.