X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fplugin%2Fcomponent-factory.h;h=29e2eb5fe643384a1c4c34f56217bcefd7d857bd;hb=47e5a0329d01fa74bdf8b3fdcf75940f6789c93f;hp=06c613799a99f69c494e5c3b76757b8d4f477b40;hpb=48c86b66fe007c348e5ce543d8ee1ce7a066f894;p=babeltrace.git diff --git a/include/babeltrace/plugin/component-factory.h b/include/babeltrace/plugin/component-factory.h index 06c61379..29e2eb5f 100644 --- a/include/babeltrace/plugin/component-factory.h +++ b/include/babeltrace/plugin/component-factory.h @@ -37,12 +37,6 @@ extern "C" { struct bt_component_factory; -typedef struct bt_component *(*bt_component_init_cb)( - struct bt_component *component); - -typedef struct bt_component *(*bt_component_fini_cb)( - struct bt_component *component); - enum bt_component_status bt_component_factory_create(const char *path); enum bt_component_status bt_component_factory_register_source_component_class(