Create a LttvEvent object
[lttv.git] / lttv / lttv / print.h
index 904028106068741e32f5244de4d638415cb3a504..0dd838b07d05e1b19ddde04282884094dc80cfa4 100644 (file)
  * Use these functions to print textually event fields. 
  */
 
-
+#include <lttv/event.h>
 
 void lttv_print_field(LttEvent *e, struct marker_field *f, GString *s,
                gboolean field_names, LttvTracefileState *tfs);
-
+#ifdef BABEL_CLEANUP
 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);
 
This page took 0.022777 seconds and 4 git commands to generate.