lib: add aliases for Babeltrace structure types
[babeltrace.git] / plugins / ctf / common / metadata / ctf-meta-visitors.h
index cb1e3f8c96cd64417e559fe03ce7bf8b486d3655..7870b89c2069e2ccf90232a887c390482c47191f 100644 (file)
 #include "ctf-meta.h"
 
 BT_HIDDEN
-int ctf_trace_class_resolve_field_types(struct ctf_trace_class *tc);
+int ctf_trace_class_resolve_field_classes(struct ctf_trace_class *tc);
 
 BT_HIDDEN
-int ctf_trace_class_translate(struct bt_trace *ir_trace,
+int ctf_trace_class_translate(bt_trace_class *ir_tc,
                struct ctf_trace_class *tc);
 
 BT_HIDDEN
This page took 0.039319 seconds and 4 git commands to generate.