Add support for statically-built plug-ins
[babeltrace.git] / include / babeltrace / plugin / plugin-system.h
index 70b67cfddf5c6b78c6aca7364d9877feb9ffe548..e471a0dd0c382293dd27605954e98b6117e66ba1 100644 (file)
@@ -43,9 +43,8 @@ struct bt_component;
 struct bt_component_factory;
 struct bt_value;
 
-typedef enum bt_component_status (*bt_plugin_init_func)(
+typedef enum bt_component_status (*bt_plugin_register_func)(
                struct bt_component_factory *factory);
-typedef void (*bt_plugin_exit_func)(void);
 
 /**
  * Component private data deallocation function type.
This page took 0.023407 seconds and 4 git commands to generate.