lib: make values API const-correct
[babeltrace.git] / plugins / utils / counter / counter.h
index 2c11fa335dbd0ff84e259f4b07f599d4bdc445ea..2feeaa50ba4d6c93a865e58c448e61f96eae185c 100644 (file)
@@ -48,7 +48,7 @@ struct counter {
 BT_HIDDEN
 enum bt_self_component_status counter_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 counter_finalize(struct bt_self_component_sink *component);
This page took 0.024687 seconds and 4 git commands to generate.