lib: make values API const-correct
[babeltrace.git] / plugins / utils / muxer / muxer.h
index 9949cbcbd31814b8b96ee63c224fd5cf9a334a87..27bffa9e140aeb80cf8a69489edb12c046d89edc 100644 (file)
@@ -31,7 +31,7 @@
 BT_HIDDEN
 enum bt_self_component_status muxer_init(
                struct bt_self_component_filter *self_comp,
-               struct bt_value *params, void *init_data);
+               const struct bt_value *params, void *init_data);
 
 BT_HIDDEN
 void muxer_finalize(struct bt_self_component_filter *self_comp);
This page took 0.022931 seconds and 4 git commands to generate.