Fix -Wmissing-prototypes/-Wmissing-declarations warnings
[babeltrace.git] / src / python-plugin-provider / python-plugin-provider.h
index 1d7aa2ce9c9aa05c09625adcc4d5ded4e1ee4025..3deb16f9507c39631bae4c812ece673cb22ac67d 100644 (file)
  * SOFTWARE.
  */
 
-#include <babeltrace2/plugin/plugin-const.h>
+#include <babeltrace2/babeltrace.h>
+#include <stdbool.h>
 
 extern
-struct bt_plugin_set *bt_plugin_python_create_all_from_file(const char *path);
+int bt_plugin_python_create_all_from_file(const char *path,
+               bool fail_on_load_error,
+               struct bt_plugin_set **plugin_set_out);
 
 #endif /* BABELTRACE_PLUGIN_PYTHON_PLUGIN_PROVIDER_INTERNAL_H */
This page took 0.02341 seconds and 4 git commands to generate.