Namespace struct stream_pos
[babeltrace.git] / formats / ctf-text / types / array.c
index e2ed7b331e5dd94faa46305f143755f9501087f6..9e7d49fa3e202b855c038e2ca6fa38a65ea9a259 100644 (file)
@@ -29,7 +29,7 @@
 #include <babeltrace/ctf-text/types.h>
 #include <stdio.h>
 
 #include <babeltrace/ctf-text/types.h>
 #include <stdio.h>
 
-int ctf_text_array_write(struct stream_pos *ppos, struct definition *definition)
+int ctf_text_array_write(struct bt_stream_pos *ppos, struct definition *definition)
 {
        struct ctf_text_stream_pos *pos = ctf_text_pos(ppos);
        struct definition_array *array_definition =
 {
        struct ctf_text_stream_pos *pos = ctf_text_pos(ppos);
        struct definition_array *array_definition =
This page took 0.022596 seconds and 4 git commands to generate.