lib: make graph API const-correct
[babeltrace.git] / plugins / utils / dummy / dummy.h
index 06fcc0e82cd1928ea350f289aa61b694fcba272a..d6a9bd127e19955c0d3f72ccbb811c58bf11cc05 100644 (file)
@@ -44,7 +44,7 @@ BT_HIDDEN
 enum bt_self_component_status dummy_port_connected(
                struct bt_self_component_sink *comp,
                struct bt_self_component_port_input *self_port,
-               struct bt_port_output *other_port);
+               const struct bt_port_output *other_port);
 
 BT_HIDDEN
 enum bt_self_component_status dummy_consume(
This page took 0.024393 seconds and 4 git commands to generate.