Namespace the struct definition
[babeltrace.git] / formats / ctf-text / types / string.c
index 44aeb40d640cf9c76764e92107172e2dcf550f10..c397f0e2dfa720ebc150f0b96efd5fc2d3540c14 100644 (file)
@@ -31,8 +31,8 @@
 #include <limits.h>            /* C99 limits */
 #include <string.h>
 
-int ctf_text_string_write(struct stream_pos *ppos,
-                         struct definition *definition)
+int ctf_text_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.026192 seconds and 4 git commands to generate.