lib: make values API const-correct
[babeltrace.git] / cli / babeltrace-cfg-cli-args.h
index 4878dcbb7285b50ef1dab71ef02d2b80ee5b9a6f..e6afb3756b5e354650c9c640b000d1c1bd03c6a0 100644 (file)
@@ -37,6 +37,6 @@
 struct bt_config *bt_config_cli_args_create(int argc, const char *argv[],
                int *retcode, bool force_omit_system_plugin_path,
                bool force_omit_home_plugin_path,
-               struct bt_private_value *initial_plugin_paths);
+               const struct bt_value *initial_plugin_paths);
 
 #endif /* CLI_BABELTRACE_CFG_CLI_ARGS_H */
This page took 0.023989 seconds and 4 git commands to generate.