lib: make graph API const-correct
[babeltrace.git] / plugins / utils / dummy / dummy.h
index ffbeb5b746c56c0ffd132499753d1c135ca8eecd..d6a9bd127e19955c0d3f72ccbb811c58bf11cc05 100644 (file)
@@ -35,7 +35,7 @@ struct dummy {
 BT_HIDDEN
 enum bt_self_component_status dummy_init(
                struct bt_self_component_sink *component,
-               struct bt_value *params, void *init_method_data);
+               const struct bt_value *params, void *init_method_data);
 
 BT_HIDDEN
 void dummy_finalize(struct bt_self_component_sink *component);
@@ -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.025721 seconds and 4 git commands to generate.