Refactor the plugin registration and loading machinery
[babeltrace.git] / include / babeltrace / plugin / plugin.h
index 10581984f9519cc69ad08a054a0840a67d492396..66436dfb47dbd44eab11d92ad5f1bbab6cc0bfda 100644 (file)
@@ -51,7 +51,7 @@ enum bt_plugin_status {
        BT_PLUGIN_STATUS_NOMEM =        -4,
 };
 
-extern struct bt_plugin *bt_plugin_create_from_file(const char *path);
+extern struct bt_plugin **bt_plugin_create_all_from_file(const char *path);
 
 extern struct bt_plugin **bt_plugin_create_all_from_dir(const char *path,
                bool recurse);
This page took 0.023914 seconds and 4 git commands to generate.