lib: make values API const-correct
[babeltrace.git] / lib / graph / component-class-sink-colander.c
index 724d7de19f2b12bba3a5d0f304904fa17ae8d65e..0c91aeaa5af4232471ffa4df7e917771f9ef7c45 100644 (file)
@@ -46,7 +46,7 @@ struct colander_data {
 static
 enum bt_self_component_status colander_init(
                struct bt_self_component_sink *self_comp,
-               struct bt_value *params, void *init_method_data)
+               const struct bt_value *params, void *init_method_data)
 {
        enum bt_self_component_status status = BT_SELF_COMPONENT_STATUS_OK;
        struct colander_data *colander_data = NULL;
This page took 0.023283 seconds and 4 git commands to generate.