X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Ftext%2Fpretty%2Fpretty.h;h=a9eb5d271b82d7e4159369d137fd861122563642;hb=ee78f40548361d64c63956ee4d714a69651bd42c;hp=86c2785368bf92ab4b05f37f5de4f473ac8623bc;hpb=c87507697361a8fc914110c514b25e1376bae90f;p=babeltrace.git diff --git a/plugins/text/pretty/pretty.h b/plugins/text/pretty/pretty.h index 86c27853..a9eb5d27 100644 --- a/plugins/text/pretty/pretty.h +++ b/plugins/text/pretty/pretty.h @@ -104,17 +104,17 @@ extern GQuark stream_packet_context_quarks[STREAM_PACKET_CONTEXT_QUARKS_LEN]; BT_HIDDEN -enum bt_self_component_status pretty_init( +bt_self_component_status pretty_init( bt_self_component_sink *component, const bt_value *params, void *init_method_data); BT_HIDDEN -enum bt_self_component_status pretty_consume( +bt_self_component_status pretty_consume( bt_self_component_sink *component); BT_HIDDEN -enum bt_self_component_status pretty_port_connected( +bt_self_component_status pretty_port_connected( bt_self_component_sink *component, bt_self_component_port_input *self_port, const bt_port_output *other_port);