Namespace the struct definition
[babeltrace.git] / formats / ctf-text / types / sequence.c
index 61be860194eb10abcc7454741c59b525fb3f04d5..706fe5e908279bd47a7d2eb22c3b5903c87f1379 100644 (file)
@@ -29,7 +29,7 @@
 #include <babeltrace/ctf-text/types.h>
 #include <stdio.h>
 
-int ctf_text_sequence_write(struct bt_stream_pos *ppos, struct definition *definition)
+int ctf_text_sequence_write(struct bt_stream_pos *ppos, struct bt_definition *definition)
 {
        struct ctf_text_stream_pos *pos = ctf_text_pos(ppos);
        struct definition_sequence *sequence_definition =
This page took 0.022643 seconds and 4 git commands to generate.