lib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
[babeltrace.git] / cli / babeltrace-cfg-cli-args.h
index b5eb3b2d967414d1a9129ccdca7eeab27e487690..4878dcbb7285b50ef1dab71ef02d2b80ee5b9a6f 100644 (file)
@@ -26,7 +26,7 @@
 #include <stdlib.h>
 #include <stdint.h>
 #include <babeltrace/values.h>
-#include <babeltrace/ref.h>
+#include <babeltrace/object.h>
 #include <babeltrace/object-internal.h>
 #include <babeltrace/compiler-internal.h>
 #include <babeltrace/graph/component-class.h>
@@ -36,7 +36,7 @@
 
 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, bool force_no_debug_info,
-               struct bt_value *initial_plugin_paths);
+               bool force_omit_home_plugin_path,
+               struct bt_private_value *initial_plugin_paths);
 
 #endif /* CLI_BABELTRACE_CFG_CLI_ARGS_H */
This page took 0.024042 seconds and 4 git commands to generate.