X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fprint.h;h=47cfb61c2b4fa1780ba1ad180a47facfee17ca69;hb=7a4bdb546094fea3343bfc80e3744ea26a08dd22;hp=3615abc71da3786bd99ae9bac36d559c69de9a83;hpb=f61f4dca50e13aa52b1ca3941c8f420848f4353f;p=lttv.git diff --git a/lttv/lttv/print.h b/lttv/lttv/print.h index 3615abc7..47cfb61c 100644 --- a/lttv/lttv/print.h +++ b/lttv/lttv/print.h @@ -24,11 +24,13 @@ * Use these functions to print textually event fields. */ - - +#include +#ifdef BABEL_CLEANUP void lttv_print_field(LttEvent *e, struct marker_field *f, GString *s, - gboolean field_names, LttvTracefileState *tfs); + gboolean field_names, LttvTracefileState *tfs); -void lttv_event_to_string(LttEvent *e, GString *s, - gboolean mandatory_fields, gboolean field_names, LttvTracefileState *tfs); +void lttv_event_to_string(LttEvent *e, GString *s, gboolean mandatory_fields, + gboolean field_names, LttvTracefileState *tfs); +#endif +void lttv_event_to_string(LttvEvent *event, GString *a_string, gboolean field_names);