lib: make values API const-correct
[babeltrace.git] / plugins / text / dmesg / dmesg.h
index 870e87bb93d7e0c99e2f18bb5a56a347c79c454e..f9fab1bc24a9156e63d3af77a2e6671ef6a63f0d 100644 (file)
@@ -30,7 +30,7 @@
 BT_HIDDEN
 enum bt_self_component_status dmesg_init(
                struct bt_self_component_source *self_comp,
-               struct bt_value *params, void *init_method_data);
+               const struct bt_value *params, void *init_method_data);
 
 BT_HIDDEN
 void dmesg_finalize(struct bt_self_component_source *self_comp);
This page took 0.023085 seconds and 4 git commands to generate.