Namespace the struct definition
[babeltrace.git] / formats / ctf / types / string.c
index 357e273a4e8929a130445ed764f6473e61ea0892..a2433bf5922d2013e80f19a1e1897842657de535 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 bt_definition *definition)
 {
        struct definition_string *string_definition =
                container_of(definition, struct definition_string, p);
@@ -68,8 +68,8 @@ int ctf_string_read(struct stream_pos *ppos, struct definition *definition)
        return 0;
 }
 
-int ctf_string_write(struct stream_pos *ppos,
-                     struct definition *definition)
+int ctf_string_write(struct bt_stream_pos *ppos,
+                     struct bt_definition *definition)
 {
        struct definition_string *string_definition =
                container_of(definition, struct definition_string, p);
This page took 0.022934 seconds and 4 git commands to generate.