X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Ftext%2Fpretty%2Fpretty.h;h=d2753bf4c152987b503cd42cb35d2b3ae8e3fd03;hb=0f6bea4ef916464f2d2a0a597c28a6701ac51762;hp=76e4217e68f16592c08c915479d31e2d72ec3849;hpb=ccf8299313561a76a88583d047d61890c6ed1d8a;p=babeltrace.git diff --git a/plugins/text/pretty/pretty.h b/plugins/text/pretty/pretty.h index 76e4217e..d2753bf4 100644 --- a/plugins/text/pretty/pretty.h +++ b/plugins/text/pretty/pretty.h @@ -127,4 +127,8 @@ 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_packet(struct pretty_component *pretty, + struct bt_notification *packet_beginning_notif); + #endif /* BABELTRACE_PLUGIN_TEXT_PRETTY_PRETTY_H */