cli: allow map values in --params arguments
[babeltrace.git] / src / cli / babeltrace2-plugins.h
index 5f177c4a344ef6277523e9ee6e9b930c7027ab02..60354d370b1117db19a841d28ef97b509810729d 100644 (file)
 BT_HIDDEN void init_loaded_plugins(void);
 BT_HIDDEN void fini_loaded_plugins(void);
 
-BT_HIDDEN int load_all_plugins(const bt_value *plugin_paths);
+BT_HIDDEN int require_loaded_plugins(const bt_value *plugin_paths);
 
 BT_HIDDEN const bt_plugin *find_loaded_plugin(const char *name);
 BT_HIDDEN size_t get_loaded_plugins_count(void);
+BT_HIDDEN const bt_plugin **borrow_loaded_plugins(void);
 BT_HIDDEN const bt_plugin *borrow_loaded_plugin(size_t index);
 
 #endif /* CLI_BABELTRACE_PLUGINS_H */
This page took 0.035276 seconds and 4 git commands to generate.