X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fplugins%2Ftext%2Fpretty%2Fpretty.h;h=d9f383b1d6f23550f75cce8b2d3970e6f5a7cc1d;hp=abf192966680f3c75266e3f9b3bb8d9db5623756;hb=1353b066072e6c389ff35853bac83f65597e7a6a;hpb=5b616db96266d25cb0749e472cfc78c4944675e2 diff --git a/src/plugins/text/pretty/pretty.h b/src/plugins/text/pretty/pretty.h index abf19296..d9f383b1 100644 --- a/src/plugins/text/pretty/pretty.h +++ b/src/plugins/text/pretty/pretty.h @@ -95,33 +95,26 @@ struct pretty_component { bt_self_component *self_comp; }; -BT_HIDDEN bt_component_class_initialize_method_status pretty_init( bt_self_component_sink *component, bt_self_component_sink_configuration *config, const bt_value *params, void *init_method_data); -BT_HIDDEN bt_component_class_sink_consume_method_status pretty_consume( bt_self_component_sink *component); -BT_HIDDEN bt_component_class_sink_graph_is_configured_method_status pretty_graph_is_configured( bt_self_component_sink *component); -BT_HIDDEN void pretty_finalize(bt_self_component_sink *component); -BT_HIDDEN int pretty_print_event(struct pretty_component *pretty, const bt_message *event_msg); -BT_HIDDEN int pretty_print_discarded_items(struct pretty_component *pretty, const bt_message *msg); -BT_HIDDEN void pretty_print_init(void); #endif /* BABELTRACE_PLUGIN_TEXT_PRETTY_PRETTY_H */