Implement the component graph interface
[babeltrace.git] / include / babeltrace / component / component-internal.h
index bc876c128f547c7db6c44db783f19fd6daffaea2..3915cd836545b3a65205226a71574eb51e1c0ff2 100644 (file)
@@ -68,7 +68,7 @@ struct bt_notification_iterator *bt_component_create_iterator(
                struct bt_component *component, void *init_method_data);
 
 BT_HIDDEN
-enum bt_component_status bt_component_set_graph(struct bt_component *component,
+void bt_component_set_graph(struct bt_component *component,
                struct bt_graph *graph);
 
 BT_HIDDEN
This page took 0.022814 seconds and 4 git commands to generate.