lib: make values API const-correct
[babeltrace.git] / plugins / utils / dummy / dummy.h
index ffbeb5b746c56c0ffd132499753d1c135ca8eecd..06fcc0e82cd1928ea350f289aa61b694fcba272a 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);
This page took 0.023519 seconds and 4 git commands to generate.