Move autodisc to its own convenience library
[babeltrace.git] / src / cli / babeltrace2-plugins.h
index 83a67930b885459277e94ccf3ad3361b7f3f5467..60354d370b1117db19a841d28ef97b509810729d 100644 (file)
@@ -35,6 +35,7 @@ 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.02505 seconds and 4 git commands to generate.