Namespace struct stream_pos
[babeltrace.git] / formats / ctf-text / types / float.c
index 199b01337ada4622dba4170b4d3c43842f58f485..a9254800ff4d74a5513f30550adefcf67d286b59 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 definition *definition)
 {
        struct definition_float *float_definition =
                container_of(definition, struct definition_float, p);
This page took 0.022532 seconds and 4 git commands to generate.