lib: add aliases for Babeltrace enumeration types
[babeltrace.git] / plugins / text / pretty / pretty.h
index 86c2785368bf92ab4b05f37f5de4f473ac8623bc..a9eb5d271b82d7e4159369d137fd861122563642 100644 (file)
@@ -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);
This page took 0.022961 seconds and 4 git commands to generate.