lib: private functions: do not repeat `private` word
[babeltrace.git] / plugins / text / pretty / pretty.c
index 5ef2c7a70ee6af84b119e27d6dec2877c2c5a390..66534b58c36f42f31aea2db7de4b2f60b5587295 100644 (file)
@@ -164,7 +164,7 @@ enum bt_component_status pretty_port_connected(
        pretty = bt_private_component_get_user_data(component);
        BT_ASSERT(pretty);
        BT_ASSERT(!pretty->input_iterator);
-       connection = bt_private_port_get_private_connection(self_port);
+       connection = bt_private_port_get_connection(self_port);
        BT_ASSERT(connection);
        conn_status = bt_private_connection_create_notification_iterator(
                connection, &pretty->input_iterator);
@@ -716,7 +716,7 @@ enum bt_component_status pretty_init(
                goto end;
        }
 
-       ret = bt_private_component_sink_add_input_private_port(component,
+       ret = bt_private_component_sink_add_input_port(component,
                "in", NULL, NULL);
        if (ret != BT_COMPONENT_STATUS_OK) {
                goto end;
This page took 0.023903 seconds and 4 git commands to generate.