Namespace struct stream_pos
[babeltrace.git] / formats / ctf-text / types / enum.c
index 9df8da84e40615058f2f1d3e061d76358af9ff56..8a2463bb7db54cc300d7b7dceb7d6dc8957d88b7 100644 (file)
@@ -30,7 +30,7 @@
 #include <stdio.h>
 #include <stdint.h>
 
-int ctf_text_enum_write(struct stream_pos *ppos, struct definition *definition)
+int ctf_text_enum_write(struct bt_stream_pos *ppos, struct definition *definition)
 {
        struct definition_enum *enum_definition =
                container_of(definition, struct definition_enum, p);
This page took 0.023318 seconds and 4 git commands to generate.