X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Ftext%2Fpretty%2Fpretty.h;h=272e06cff3a05f19784e5e1b81150cb5df2fb7b8;hb=08899d39a50c63a8bb1df6d76f0904bfef3c71ab;hp=f51ee6528206b06473a0eb47b59ec988e8b60539;hpb=547eacf13f862baf13ef813f0abbcebcb7fcf577;p=babeltrace.git diff --git a/plugins/text/pretty/pretty.h b/plugins/text/pretty/pretty.h index f51ee652..272e06cf 100644 --- a/plugins/text/pretty/pretty.h +++ b/plugins/text/pretty/pretty.h @@ -128,4 +128,9 @@ BT_HIDDEN enum bt_component_status pretty_print_event(struct pretty_component *pretty, struct bt_notification *event_notif); +BT_HIDDEN +enum bt_component_status pretty_print_discarded_elements( + struct pretty_component *pretty, + struct bt_notification *notif); + #endif /* BABELTRACE_PLUGIN_TEXT_PRETTY_PRETTY_H */