X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fbabeltrace%2Fplugin%2Fplugin-so-internal.h;h=9c511769220656c6bb3796af58b0370357f7170b;hb=a8ff38ef4b08728cd1bb93ae66a888dfbda4fbb2;hp=c9d59f5f80420b6123de36e4b6e1d46fb03af5af;hpb=0982a26d7f4ad134fbef954f87d0fd5d7bb60af4;p=babeltrace.git diff --git a/include/babeltrace/plugin/plugin-so-internal.h b/include/babeltrace/plugin/plugin-so-internal.h index c9d59f5f..9c511769 100644 --- a/include/babeltrace/plugin/plugin-so-internal.h +++ b/include/babeltrace/plugin/plugin-so-internal.h @@ -55,10 +55,10 @@ struct bt_plugin_so_spec_data { }; BT_HIDDEN -struct bt_plugin **bt_plugin_so_create_all_from_file(const char *path); +struct bt_plugin_set *bt_plugin_so_create_all_from_file(const char *path); BT_HIDDEN -struct bt_plugin **bt_plugin_so_create_all_from_static(void); +struct bt_plugin_set *bt_plugin_so_create_all_from_static(void); BT_HIDDEN void bt_plugin_so_on_add_component_class(struct bt_plugin *plugin,