lib: make plugin API const-correct
[babeltrace.git] / include / babeltrace / plugin / python-plugin-provider-internal.h
index acf913ff3a57d05f27d042f03bdb02fd5796aaab..c46fc3725ef4f8d8a61c5b4dbcd42a9e1fdf91f9 100644 (file)
@@ -23,9 +23,9 @@
  * SOFTWARE.
  */
 
-#include <babeltrace/plugin/plugin.h>
+#include <babeltrace/plugin/plugin-const.h>
 
 extern
-struct bt_plugin **bt_plugin_python_create_all_from_file(const char *path);
+struct bt_plugin_set *bt_plugin_python_create_all_from_file(const char *path);
 
 #endif /* BABELTRACE_PLUGIN_PYTHON_PLUGIN_PROVIDER_INTERNAL_H */
This page took 0.025115 seconds and 4 git commands to generate.