lib: strictly type function return status enumerations
[babeltrace.git] / src / lib / plugin / plugin-so.h
index a2259c8b017b57842f49ea31dad620c861653b4f..0ceb40a63b95e4163195b4b2c9058bdc329efed7 100644 (file)
@@ -53,12 +53,11 @@ struct bt_plugin_so_spec_data {
 };
 
 BT_HIDDEN
-enum bt_plugin_status bt_plugin_so_create_all_from_file(const char *path,
+int bt_plugin_so_create_all_from_file(const char *path,
                bool fail_on_load_error, struct bt_plugin_set **plugin_set_out);
 
 BT_HIDDEN
-enum bt_plugin_status bt_plugin_so_create_all_from_static(
-               bool fail_on_load_error,
+int bt_plugin_so_create_all_from_static(bool fail_on_load_error,
                struct bt_plugin_set **plugin_set_out);
 
 void bt_plugin_so_on_add_component_class(struct bt_plugin *plugin,
This page took 0.023549 seconds and 4 git commands to generate.