Namespace struct stream_pos
[babeltrace.git] / formats / ctf / types / string.c
index 357e273a4e8929a130445ed764f6473e61ea0892..5771733b63ba35c42ddb3da3e06a22c5c2baa7f7 100644 (file)
@@ -31,7 +31,7 @@
 #include <limits.h>            /* C99 limits */
 #include <string.h>
 
-int ctf_string_read(struct stream_pos *ppos, struct definition *definition)
+int ctf_string_read(struct bt_stream_pos *ppos, struct definition *definition)
 {
        struct definition_string *string_definition =
                container_of(definition, struct definition_string, p);
@@ -68,7 +68,7 @@ int ctf_string_read(struct stream_pos *ppos, struct definition *definition)
        return 0;
 }
 
-int ctf_string_write(struct stream_pos *ppos,
+int ctf_string_write(struct bt_stream_pos *ppos,
                      struct definition *definition)
 {
        struct definition_string *string_definition =
This page took 0.023493 seconds and 4 git commands to generate.