print.{c,h}: prepare for new infrastructure
[lttv.git] / ltt / branches / poly / lttv / lttv / print.h
index 3aa12bbb047a9a08445a1c804639bde9516ee0d8..5fbd5d1f6d761bf6b06d672f9db71adaa23f071b 100644 (file)
@@ -26,8 +26,8 @@
 
 
 
-void lttv_print_field(LttEvent *e, LttField *f, GString *s,
-                      gboolean field_names, guint element_index);
+void lttv_print_field(LttEvent *e, struct marker_field *f, GString *s,
+                      gboolean field_names);
 
 void lttv_event_to_string(LttEvent *e, GString *s,
     gboolean mandatory_fields, gboolean field_names, LttvTracefileState *tfs);
This page took 0.022881 seconds and 4 git commands to generate.