lib: remove unused public `enum bt_plugin_status`
[babeltrace.git] / include / babeltrace / plugin / plugin-const.h
index fe581f4edc3e208510ca93301260e18c9dc77eef..f19da61d28a1acebec1516800c0a03a708f8785c 100644 (file)
 extern "C" {
 #endif
 
-enum bt_plugin_status {
-       BT_PLUGIN_STATUS_OK =           0,
-       BT_PLUGIN_STATUS_ERROR =        -1,
-       BT_PLUGIN_STATUS_NOMEM =        -12,
-};
-
 extern const bt_plugin *bt_plugin_find(const char *plugin_name);
 
-extern const bt_plugin_set *bt_plugin_create_all_from_file(
+extern const bt_plugin_set *bt_plugin_find_all_from_file(
                const char *path);
 
-extern const bt_plugin_set *bt_plugin_create_all_from_dir(
+extern const bt_plugin_set *bt_plugin_find_all_from_dir(
                const char *path, bt_bool recurse);
 
-extern const bt_plugin_set *bt_plugin_create_all_from_static(void);
+extern const bt_plugin_set *bt_plugin_find_all_from_static(void);
 
 extern const char *bt_plugin_get_name(const bt_plugin *plugin);
 
This page took 0.028752 seconds and 4 git commands to generate.