Namespace the struct definition
[babeltrace.git] / formats / ctf-text / types / variant.c
index ca7c1ae0b8d8e24d70e0adfbd09f85078745c10e..3aeb6ec274dc599bca4338cb18fc5b09a9f2b1c3 100644 (file)
@@ -29,7 +29,7 @@
 #include <babeltrace/ctf-text/types.h>
 #include <stdio.h>
 
-int ctf_text_variant_write(struct bt_stream_pos *ppos, struct definition *definition)
+int ctf_text_variant_write(struct bt_stream_pos *ppos, struct bt_definition *definition)
 {
        struct ctf_text_stream_pos *pos = ctf_text_pos(ppos);
        int field_nr_saved;
This page took 0.02249 seconds and 4 git commands to generate.