Visibility: split graph API into public and private interfaces
[babeltrace.git] / include / babeltrace / component / component-sink.h
index d9072c3b2bde6427ccc63766a439764050e8e440..924f8c7470f1bbd77a58efadd3fc7c21ff4b9acf 100644 (file)
@@ -42,13 +42,6 @@ extern struct bt_port *bt_component_sink_get_input_port(
                struct bt_component *component, const char *name);
 extern struct bt_port *bt_component_sink_get_input_port_at_index(
                struct bt_component *component, int index);
-
-/* Only allowed during the sink's initialization. */
-extern struct bt_port *bt_component_sink_add_input_port(
-               struct bt_component *component, const char *name);
-/* Only allowed during the sink's initialization. */
-extern enum bt_component_status bt_component_sink_remove_input_port(
-               struct bt_component *component, const char *name);
 extern struct bt_port *bt_component_sink_get_default_input_port(
                struct bt_component *component);
 
This page took 0.023384 seconds and 4 git commands to generate.