Visibility: split graph API into public and private interfaces
[babeltrace.git] / include / babeltrace / component / component-sink.h
index e52716214ae941385414f47638d89ac4594826f6..924f8c7470f1bbd77a58efadd3fc7c21ff4b9acf 100644 (file)
@@ -42,11 +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 struct bt_port *bt_component_sink_get_default_input_port(
                struct bt_component *component);
 
This page took 0.023414 seconds and 4 git commands to generate.