X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fcli%2Fbabeltrace2.c;h=c63a16c77258990a41de6b7b023c36e56f51f17a;hp=eaffebcdb5353e2cafd6cb7036ae789b05357d2a;hb=7c7301d5827bd10ec7c34da7ffc5fe74e5047d38;hpb=7757f3190b7d08e5ecab5d50a9c74b19cb98dde0 diff --git a/src/cli/babeltrace2.c b/src/cli/babeltrace2.c index eaffebcd..c63a16c7 100644 --- a/src/cli/babeltrace2.c +++ b/src/cli/babeltrace2.c @@ -811,6 +811,7 @@ typedef void *(* plugin_borrow_comp_cls_by_index_func_t)(const bt_plugin *, typedef const bt_component_class *(* spec_comp_cls_borrow_comp_cls_func_t)( void *); +static void cmd_list_plugins_print_component_classes(const bt_plugin *plugin, const char *cc_type_name, uint64_t count, plugin_borrow_comp_cls_by_index_func_t borrow_comp_cls_by_index_func,