Fix -Wmissing-prototypes/-Wmissing-declarations warnings
[babeltrace.git] / src / python-plugin-provider / python-plugin-provider.h
index a8848c743c7ae5db0279e24d2bb3f159345bbc12..3deb16f9507c39631bae4c812ece673cb22ac67d 100644 (file)
  * SOFTWARE.
  */
 
-#include <babeltrace2/plugin/plugin-const.h>
+#include <babeltrace2/babeltrace.h>
+#include <stdbool.h>
 
 extern
-enum bt_plugin_status 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.024654 seconds and 4 git commands to generate.