Namespace the struct definition
[babeltrace.git] / formats / ctf-text / types / float.c
index 199b01337ada4622dba4170b4d3c43842f58f485..a4946f910eade757b0410e9bad358fca8ef6370f 100644 (file)
@@ -31,7 +31,7 @@
 #include <babeltrace/ctf-text/types.h>
 #include <stdio.h>
 
-int ctf_text_float_write(struct stream_pos *ppos, struct definition *definition)
+int ctf_text_float_write(struct bt_stream_pos *ppos, struct bt_definition *definition)
 {
        struct definition_float *float_definition =
                container_of(definition, struct definition_float, p);
This page took 0.023004 seconds and 4 git commands to generate.